Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a small typo
  • Loading branch information
ab5tract committed Aug 26, 2015
1 parent ae93030 commit f8fa62a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Language/operators.pod
Expand Up @@ -581,9 +581,8 @@ Coerces both arguments to L<Int> and returns the greatest common denominator.
multi sub infix:<lcm>($a, $b) returns Int:D
Coerces both arguments to L<Int> and returns the least common multiple,
that is the smallest integer that is smallest integer that is evenly
divisible by both arguments.
Coerces both arguments to L<Int> and returns the least common multiple, that is
the smallest integer that is evenly divisible by both arguments.
=head1 Additive Precedence
Expand Down

0 comments on commit f8fa62a

Please sign in to comment.