doc: Modified Number preamble to leave out unnecessary reference to Ruby.
This commit is contained in:
parent
fe5290e15e
commit
917f10b574
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue