diff --git a/readme/index/about.html b/readme/index/about.html index b487572f..59bf67bb 100644 --- a/readme/index/about.html +++ b/readme/index/about.html @@ -2,7 +2,7 @@

TL;DR: OxJS is awesome — see it in action!

-

OxJS (pronounced oh-ex-jay-ess) is a comprehensive JavaScript library, originally developed for the media archive platform pan.do/ra. While it still has bugs, holes, design errors and lots of cruft, some parts of it may already be of interest to a wider audience.

+

OxJS (pronounced oh-ex-jay-ess) is a comprehensive JavaScript library, originally developed for the media archive platform pan.do/ra. While it still has bugs, holes, design errors and lots of cruft, its good parts may already be of interest to a wider audience.

Core library

diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index d6f1d8cc..3570e7dc 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -407,7 +407,7 @@ Ox.compact = function(array) { Ox.find Returns array elements that match a string Returns an array of case-insensitive matches: exact match first, then leading matches, then other matches - (array, query[, leading]) -> Array of matches + (array, query[, leading]) -> <[s]> Array of matches array <[s]> Array of strings query Query string leading If true, returns leading matches only