doc: minor grammar fix in array overview

This commit is contained in:
tjcrowder 2009-09-07 12:13:48 +01:00 committed by Tobie Langel
parent d98e5c1372
commit 1bdaaa5f49
1 changed files with 1 additions and 2 deletions

View File

@ -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