Skip to content

Commit

Permalink
Fix typos in formatting section (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Feb 24, 2020
1 parent 10b053e commit 071ab98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1638,14 +1638,14 @@ <h5 id="toFor">
</p>
<pre>
fmt = {
prefix = '',
prefix: '',
decimalSeparator: '.',
groupSeparator: ',',
groupSize: 3,
secondaryGroupSize: 0,
fractionGroupSeparator: ' ',
fractionGroupSize: 0,
suffix = ''
suffix: ''
}

x = new BigNumber('123456789.123456789')
Expand Down

0 comments on commit 071ab98

Please sign in to comment.