Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
lorenzo committed Sep 5, 2018
1 parent cc1372d commit 1faeb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/CollectionTrait.php
Expand Up @@ -445,7 +445,7 @@ public function takeLast($howMany)
* 5) 9 6 7 8
*
* We can see that at the end of the iterations, the buffer contains all
* the last for elements, just in the wrong order. How do we keep the
* the last four elements, just in the wrong order. How do we keep the
* original order? Well, it turns out that the number of iteration also
* give us a clue on what's going on, Let's add a marker for it now:
*
Expand Down

0 comments on commit 1faeb0f

Please sign in to comment.