From da8066dc73b0a773b96360cd987b1b4790928943 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 7 Apr 2012 12:44:12 +0200 Subject: [PATCH] typo in documentation --- source/Ox/js/Array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index cd88681c..3cc5d5f1 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -452,7 +452,7 @@ Ox.range = function() { /*@ Ox.sort Sorts an array, handling leading digits and ignoring capitalization (arr) -> Sorted array - (arr, fn) -> Sorted array + (arr, fn) -> Sorted array arr Array fn Optional map function that returns the value for the array element > Ox.sort(['"z"', '10', '9', 'B', 'a'])