Skip to content

Commit

Permalink
Fix doc block typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 22, 2014
1 parent ed71b0f commit e7f12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/CollectionTrait.php
Expand Up @@ -892,7 +892,7 @@ public function compile($preserveKeys = true) {

/**
* Returns a new collection where the operations performed by this collection.
* Not matter how many times the new collection is iterated, those operations will
* No matter how many times the new collection is iterated, those operations will
* only be performed once.
*
* This can also be used to make any non-rewindable iterator rewindable.
Expand Down

0 comments on commit e7f12d2

Please sign in to comment.