Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tagliala committed May 29, 2024
1 parent a8fc13c commit 4bd2331
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 4bd2331

Please sign in to comment.