We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f05dbe commit d659f34Copy full SHA for d659f34
1 file changed
README.md
@@ -24,7 +24,7 @@ composer test
24
25
#### Range-based for (python-like)
26
27
-unlike the built-in function `range()`, `xrange()` does not create an array, but a generator
+unlike the built-in function `range()`, `xrange()` does not create an array, but an `Traversable` object
28
that takes up a small amount of memory, regardless of the number of elements in the sequence.
29
30
```php
0 commit comments