Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e7c42e

Browse files
committed
Merge pull request laravel#4817 from Fuhrmann/patch-1
Typo in Collection doc
2 parents f72210a + 7e9d89e commit 1e7c42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Support/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public function reduce($callback, $initial = null)
387387
}
388388

389389
/**
390-
* Create a colleciton of all elements that do not pass a given truth test.
390+
* Create a collection of all elements that do not pass a given truth test.
391391
*
392392
* @param \Closure|mixed $callback
393393
* @return \Illuminate\Support\Collection

0 commit comments

Comments
 (0)