Skip to content

Commit

Permalink
missing link - Update Numeric.rakudoc
Browse files Browse the repository at this point in the history
mixing escaped and unescaped chars in a URL leads to confusion. changed escaped to unescaped
  • Loading branch information
finanalyst authored Dec 24, 2023
1 parent a7f58b5 commit ad11e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Numeric.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ loss of precision.
multi method ACCEPTS(Numeric:D: $other)

Returns C<True> if C<$other> can be coerced to L<Numeric|/type/Numeric> and
is L<numerically equal|/routine/%3D%3D%2C infix ⩵> to the invocant (or both evaluate
is L<numerically equal|/routine/==, infix ⩵> to the invocant (or both evaluate
to C<NaN>).

=head2 routine log
Expand Down

0 comments on commit ad11e13

Please sign in to comment.