Skip to content

Commit 9a6a63e

Browse files
committed
pass fussy link test
1 parent e3fd076 commit 9a6a63e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/operators.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,8 @@ arguments.
10201020
multi sub prefix:<+^>(Any --> Int:D)
10211021
10221022
X<Integer bitwise negation operator>: Coerces the argument to L<Int|/type/Int>
1023-
and does a bitwise negation on the result, assuming L<two's
1024-
complement|https://en.wikipedia.org/wiki/Two%27s_complement>.
1023+
and does a bitwise negation on the result, assuming
1024+
L<two's complement|https://en.wikipedia.org/wiki/Two%27s_complement>.
10251025
10261026
=head2 prefix C«~^»
10271027

0 commit comments

Comments
 (0)