diff --git a/helpers.md b/helpers.md index d692e86d12..73a71e05bc 100644 --- a/helpers.md +++ b/helpers.md @@ -519,7 +519,7 @@ You may also sort the array by the results of the given Closure: #### `Arr::sortRecursive()` {#collection-method} -The `Arr::sortRecursive` method recursively sorts an array using the `sort` function for numeric sub=arrays and `ksort` for associative sub-arrays: +The `Arr::sortRecursive` method recursively sorts an array using the `sort` function for numeric sub-arrays and `ksort` for associative sub-arrays: use Illuminate\Support\Arr;