Fixed a typo in the comments of format

This commit is contained in:
jos 2014-07-01 14:53:20 +02:00
parent 8a69cf1e92
commit 7836bcb06a

View File

@ -64,7 +64,7 @@ module.exports = function (math) {
*
* @param {*} value Value to be stringified
* @param {Object | Function | Number} [options] Formatting options
* @return {String} str The formatted value
* @return {String} The formatted value
*/
math.format = function format (value, options) {
var num = arguments.length;