Browse Source

Fix doc block typo.

mark_story 11 years ago
parent
commit
e7f12d28b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/CollectionTrait.php

+ 1 - 1
src/Collection/CollectionTrait.php

@@ -892,7 +892,7 @@ trait CollectionTrait {
 
 /**
  * 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.