diff --git a/src/lang/number.js b/src/lang/number.js index d97480b..3c4a0aa 100644 --- a/src/lang/number.js +++ b/src/lang/number.js @@ -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.