Skip to content

Commit e7dadc3

Browse files
BryanBryan
authored andcommitted
Correct JSDoc
1 parent 102ca97 commit e7dadc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utilities/parse/price.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = (() => {
2525
* @param {String} unitCode
2626
* @param {String=} fractionSeparator - Can be zero or one character in length. If invalid or omitted, the separator will be inferred based on the value being parsed.
2727
* @param {Boolean=} specialFractions - If fractional notation is used, indicates is "special" factor (i.e. denominator) was used to calculate the numerator of the value being parsed.
28-
* @param {String=} thousandsSeparator = Can be zero or one character in length. If invalid or omitted, the parameter will be ignored.
28+
* @param {String=} thousandsSeparator - Can be zero or one character in length. If invalid or omitted, the parameter will be ignored.
2929
* @returns {Number}
3030
*/
3131
function parsePrice(value, unitCode, fractionSeparator, specialFractions, thousandsSeparator) {

0 commit comments

Comments
 (0)