We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9aa43 commit e62ad54Copy full SHA for e62ad54
lib/settings.js
@@ -6,7 +6,7 @@
6
* @property {String|Object} [format='%s%v'] - Controls output: %s = symbol, %v = value (can be object, see docs)
7
* @property {String} [decimal='.'] - Decimal point separator
8
* @property {String} [thousand=',] - Thousands separator
9
- * @property {Number} [precision=2] - Decimal places
+ * @property {Number} [precision=2] - Number of decimal places to round the amount to
10
* @property {Number} [grouping=3] - Digit grouping (not implemented yet)
11
* @property {Boolean} [stripZeros=false] - Strip insignificant zeros from decimal part
12
* @property {Float} [fallback=0] - Value returned on unformat() failure
0 commit comments