Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 26, 2015
1 parent 395f77a commit b0cc112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ The `array_sort` method sorts the array by the results of the given Closure:
<a name="method-array-sort-recursive"></a>
#### `array_sort_recursive()` {#collection-method}

The `array_sort_recursive` function recursively sorts the array by sort() function:
The `array_sort_recursive` function recursively sorts the array using the `sort` function:

$array = [
[
Expand Down

0 comments on commit b0cc112

Please sign in to comment.