Skip to content

Commit 8b14d8b

Browse files
authored
typo in doc for Rational.norm
s/by/be/ looks like typo influenced by varname in example code
1 parent 65058e7 commit 8b14d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Rational.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ language version, it's required for C<Rational> type to be normalized on
118118
creation.
119119

120120
Returns a normalized Rational object, i.e. with positive denominator, and
121-
numerator and denominator coprime. The denominator can also by zero, but using
121+
numerator and denominator coprime. The denominator can also be zero, but using
122122
it in any operation or a conversion to string will result in an exception.
123123

124124
=for code :solo

0 commit comments

Comments
 (0)