diff --git a/collections.md b/collections.md index ea2210c46e7..f57db8c4886 100644 --- a/collections.md +++ b/collections.md @@ -1437,7 +1437,7 @@ This method has the same signature as the [`where`](#method-where) method; howev #### `whereIn()` {#collection-method} -The `whereIn` method filters the collection by a given key / value contained within the given array. +The `whereIn` method filters the collection by a given key / value contained within the given array: $collection = collect([ ['product' => 'Desk', 'price' => 200],