typo in documentation

This commit is contained in:
rolux 2012-04-07 12:44:12 +02:00
parent 30f1fb65f2
commit da8066dc73

View file

@ -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'])