We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fc13c commit 4bd2331Copy full SHA for 4bd2331
README.md
@@ -39,7 +39,7 @@ Monetize.parse("£100") == Money.new(100_00, "GBP")
39
"€100".to_money == Money.new(100_00, "EUR")
40
```
41
42
-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.
43
To do this, set `Monetize.expect_whole_subunits = true`
44
45
```ruby
0 commit comments