Skip to content

Commit

Permalink
IHF: multiarray_sort_by helper readme added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Mar 2, 2017
1 parent 47dc689 commit 4022b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $array = array_except_value($array, ['bar', 'baz']);
#### `multiarray_sort_by()`
Sorts multidimensional array by several fields:
Sorts multidimensional array by multiple fields:
```php
$array = [
Expand Down

0 comments on commit 4022b50

Please sign in to comment.