Skip to content

Commit 6eb95cd

Browse files
committed
Rat wordsmithing.
1 parent 56fcbe0 commit 6eb95cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Rat.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ C<Rat>s.
1010
1111
3.1; # Rat.new(31, 10)
1212
13-
That way arithmetic with short dotted-decimal numbers does not suffer
13+
Thus arithmetic with short dotted-decimal numbers does not suffer
1414
from floating point errors.
1515
16-
To prevent the numerator and denominator to become pathologically large,
16+
To prevent the numerator and denominator from becoming pathologically large,
1717
the denominator is limited to 64 bit storage. On overflow of the denomniator
1818
a C<Num> (floating-poing number) is returned instead.
1919

0 commit comments

Comments
 (0)