From 1bdaaa5f498a7d2eb84a22e29fe57f187bafc46d Mon Sep 17 00:00:00 2001 From: tjcrowder Date: Mon, 7 Sep 2009 12:13:48 +0100 Subject: [PATCH] doc: minor grammar fix in array overview --- src/lang/array.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lang/array.js b/src/lang/array.js index 3789389..2354aec 100644 --- a/src/lang/array.js +++ b/src/lang/array.js @@ -44,8 +44,7 @@ Array.from = $A; * * This is done in two ways: * - * * It mixes in the [[Enumerable]] module, which brings a ton of methods in - * already. + * * It mixes in the [[Enumerable]] module, which brings in a ton of methods. * * It adds quite a few extra methods, which are documented in this section. * * With Prototype, arrays become much, much more than the trivial objects we