Skip to content

Commit 87d6fbc

Browse files
authored
Update README.md
1 parent d038bf3 commit 87d6fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 an `Traversable` object
27+
Unlike the built-in function `range()`, `xrange()` does not create an array, but a `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)