Skip to content

Commit

Permalink
Fix error in README.md (sub-unit-factor)
Browse files Browse the repository at this point in the history
  • Loading branch information
doefom committed Oct 5, 2023
1 parent 0663e64 commit a9a3693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here's the information you'll get:
- the radix point (for `'$1,234.56'` the radix point would be `.`)
- the number of decimal digits (for `'$1,234.56'` the number of digits would be `2`)
- whether the value is stored in sub-units (`true`/`false`)
- the sub-unit value (`123456`)
- the sub-unit-factor for the selected currency (`100`)

### Input Mask

Expand Down

0 comments on commit a9a3693

Please sign in to comment.