We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d038bf3 commit 87d6fbcCopy full SHA for 87d6fbc
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 an `Traversable` object
+Unlike the built-in function `range()`, `xrange()` does not create an array, but a `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