Skip to content

Commit d038bf3

Browse files
authored
Update README.md
1 parent d659f34 commit d038bf3

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 an `Traversable` object
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)