Skip to content

Commit d659f34

Browse files
authored
Update README.md
1 parent 0f05dbe commit d659f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ composer test
2424

2525
#### Range-based for (python-like)
2626

27-
unlike the built-in function `range()`, `xrange()` does not create an array, but a generator
27+
unlike the built-in function `range()`, `xrange()` does not create an array, but an `Traversable` object
2828
that takes up a small amount of memory, regardless of the number of elements in the sequence.
2929

3030
```php

0 commit comments

Comments
 (0)