Skip to content

Commit fd0161a

Browse files
committed
Fixes pod
1 parent cf74874 commit fd0161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/numerics.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Attempts to I<construct> a L<Rat> with denominator larger (after reduction)
227227
than 64 bits in size produce a L<MidRat>
228228
object (L<MidRatStr> allomorph for L<RatStr> allomorph constructon). Such
229229
construction occurs when a L<Rational> literal is typed in the code, the
230-
L«C<Str.Rat>|» or L«C<Str.Numeric>|/type/Str#method_Numeric» methods are
230+
L«C<Str.Rat>|/type/Str#method_Rat» or L«C<Str.Numeric>|/type/Str#method_Numeric» methods are
231231
used, or a L<RatStr> allomorph is created using L<val>,
232232
L<angle brackets|/language/quoting#index-entry-<_>_word_quote>, or other
233233
allomorph-producing means, such as arguments to

0 commit comments

Comments
 (0)