Skip to content

Commit

Permalink
typo in API docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Aug 29, 2015
1 parent 7915174 commit 4075c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection/CollectionInterface.php
Expand Up @@ -458,7 +458,7 @@ public function countBy($callback);
*
* // Total: 300
*
* $total = (new Colletion([1, 2, 3]))->sumOf();
* $total = (new Collection([1, 2, 3]))->sumOf();
* // Total: 6
* ```
*
Expand Down

0 comments on commit 4075c3d

Please sign in to comment.