Skip to content

Commit a572f07

Browse files
authored
Fix typo in README (#11)
"will always product" -> "will always produce"
1 parent 8004e45 commit a572f07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Fraction(675539944105597, 204709073971393)
8888

8989
You might have expected `Fraction(33, 10)` here, but when converted to float,
9090
that gives a value very close to, but not exactly equal to, `x`. In contrast,
91-
the return value of `simplest_from_float(x)` will always product exactly `x`
91+
the return value of `simplest_from_float(x)` will always produce exactly `x`
9292
when converted to `float`.
9393

9494
To fix this, you might want to ask for the simplest float that lies within

0 commit comments

Comments
 (0)