Skip to content

Commit

Permalink
Merge pull request #180 from tagliala/chore/fix-typos
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
allolex authored Jun 4, 2024
2 parents a8fc13c + 4bd2331 commit c8430d6
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 @@ -39,7 +39,7 @@ Monetize.parse("£100") == Money.new(100_00, "GBP")
"€100".to_money == Money.new(100_00, "EUR")
```

Parsing can be improved where the input is not expected to contain fractonal subunits.
Parsing can be improved where the input is not expected to contain fractional subunits.
To do this, set `Monetize.expect_whole_subunits = true`

```ruby
Expand Down

0 comments on commit c8430d6

Please sign in to comment.