mirror of
https://github.com/josdejong/mathjs.git
synced 2026-02-01 16:07:46 +00:00
Fixed a typo in the comments of format
This commit is contained in:
parent
8a69cf1e92
commit
7836bcb06a
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user