Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 16, 2015
1 parent da40567 commit c577e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ The `has` method determines if a given key exists in the collection:
<a name="method-implode"></a>
#### `implode()` {#collection-method}

The `impldoe` method joins the items in a collection. Its arguments depend on the type of items in the collection. If the collection contains arrays or objects, you should pass the key of the attributes you wish to join, and the "glue" string you wish to place between the values:
The `implode` method joins the items in a collection. Its arguments depend on the type of items in the collection. If the collection contains arrays or objects, you should pass the key of the attributes you wish to join, and the "glue" string you wish to place between the values:

$collection = collect([
['account_id' => 1, 'product' => 'Desk'],
Expand Down

0 comments on commit c577e25

Please sign in to comment.