doc: Modified Number preamble to leave out unnecessary reference to Ruby.

This commit is contained in:
tjcrowder 2009-09-10 16:15:21 +01:00
parent fe5290e15e
commit 917f10b574
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* Prototype extends native JavaScript numbers in order to provide:
*
* * [[ObjectRange]] compatibility, through [[Number#succ]].
* * Ruby-like numerical loops with [[Number#times]].
* * Numerical loops with [[Number#times]].
* * Simple utility methods such as [[Number#toColorPart]] and
* [[Number#toPaddedString]].
* * Instance-method aliases of many functions in the `Math` namespace.