Skip to content

Commit

Permalink
Documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrudd authored Oct 17, 2018
1 parent 8d72513 commit f232342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ function toFixed(value, precision) {
*
* @param {string} output - output being build in the process of formatting
* @param {number} value - number being currently formatted
* @param {boolean} optionalMantissa - `true` if the mantissa is omitted when it's only zeroes
* @param {boolean} optionalMantissa - if `true`, the mantissa is omitted when it's only zeroes
* @param {number} precision - desired precision of the mantissa
* @param {boolean} trim - desired precision of the mantissa
* @param {boolean} trim - if `true`, trailing zeroes are removed from the mantissa
* @return {string}
*/
function setMantissaPrecision(output, value, optionalMantissa, precision, trim) {
Expand Down

0 comments on commit f232342

Please sign in to comment.