Skip to content

Commit

Permalink
typo in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 31, 2015
1 parent d28053e commit 0572b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/Iterator/SortIterator.php
Expand Up @@ -46,7 +46,7 @@ class SortIterator extends Collection
*
* The callback will receive as first argument each of the elements in $items,
* the value returned in the callback will be used as the value for sorting such
* element. Please not that the callback function could be called more than once
* element. Please note that the callback function could be called more than once
* per element.
*
* @param array|\Traversable $items The values to sort
Expand Down

0 comments on commit 0572b6c

Please sign in to comment.