Skip to content

Commit 4bd2331

Browse files
committed
Fix typo
[ci skip]
1 parent a8fc13c commit 4bd2331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Monetize.parse("£100") == Money.new(100_00, "GBP")
3939
"€100".to_money == Money.new(100_00, "EUR")
4040
```
4141

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

4545
```ruby

0 commit comments

Comments
 (0)