Skip to content

Commit f414ff6

Browse files
finanalystJJ
authored andcommitted
related to #3841
This is not an obvious mistake. From the link it seems to point at a different file. Since this is a judgment call, I'm flagging my correction for review.
1 parent d8024fd commit f414ff6

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
@@ -245,7 +245,7 @@ say ((42 + FatRat.new(1,2))/99999999999999999999999).^name; # OUTPUT: «FatRat
245245
=end code
246246
247247
There's no special operator or syntax available for construction of L<FatRat|/type/FatRat>
248-
objects. Simply use L«C<FatRat.new> method|/type/FatRat#(Rational)_method_new»,
248+
objects. Simply use L«C<FatRat.new> method|/type/Rational#method_new»,
249249
giving numerator as first positional argument and denominator as the second.
250250
251251
If your program requires a significant amount of L<FatRat|/type/FatRat> creation, you could

0 commit comments

Comments
 (0)