Skip to content

Commit 454bcfd

Browse files
committed
Improve wording
cfa++
1 parent 5c0c062 commit 454bcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ Please note that this has not yet been implemented.
11641164
multi sub infix:<gcd>($a, $b --> Int:D)
11651165
11661166
Coerces both arguments to L<Int|/type/Int> and returns the greatest common divisor.X<|greatest common divisor operator>
1167-
If one of its arguments is 0, then the second one is returned. If both arguments are 0, it returns 0.
1167+
If one of its arguments is 0, the other is returned (when both arguments are 0, the operator returns 0).
11681168
11691169
=head2 infix C«lcm»
11701170

0 commit comments

Comments
 (0)