Skip to content

Commit

Permalink
helpers - fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flashadvocate committed Sep 15, 2019
1 parent 6c813cd commit 9780531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Expand Up @@ -519,7 +519,7 @@ You may also sort the array by the results of the given Closure:
<a name="method-array-sort-recursive"></a>
#### `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;

Expand Down

0 comments on commit 9780531

Please sign in to comment.