typo in documentation
This commit is contained in:
parent
30f1fb65f2
commit
da8066dc73
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ Ox.range = function() {
|
|||
/*@
|
||||
Ox.sort <f> Sorts an array, handling leading digits and ignoring capitalization
|
||||
(arr) -> <a> Sorted array
|
||||
(arr, fn) -> Sorted array
|
||||
(arr, fn) -> <a> Sorted array
|
||||
arr <a> Array
|
||||
fn <f|u> Optional map function that returns the value for the array element
|
||||
> Ox.sort(['"z"', '10', '9', 'B', 'a'])
|
||||
|
|
Loading…
Reference in a new issue