Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo, closes #2635.
  • Loading branch information
cfa committed Feb 26, 2019
1 parent e0a4e7e commit 3c88a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Rational.pod6
Expand Up @@ -69,7 +69,7 @@ Defined as:
method ceiling(Rational:D: --> Int:D)
Return the smallest integer not greater than the invocant. If L<denominator|/routine/denominator>
Return the smallest integer not less than the invocant. If L<denominator|/routine/denominator>
is zero, L<fails|/routine/fail> with C<X::Numeric::DivideByZero>.
=head2 method floor
Expand Down Expand Up @@ -154,4 +154,4 @@ C<$base> defaults to C<10>.
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 3c88a9b

Please sign in to comment.