Skip to content

Commit e6f7466

Browse files
committed
Eliminates indexing refs #2434
1 parent 0e2c8fc commit e6f7466

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,7 +1527,6 @@ if C<$a eqv $b>, then C<$a cmp $b> always returns C<Order::Same>.
15271527
say 4 cmp 4.0; # OUTPUT: «Same␤»
15281528
say 'b' cmp 'a'; # OUTPUT: «More␤»
15291529
1530-
X<|infix coll>
15311530
=head2 infix C«unicmp»
15321531
15331532
multi sub infix:<unicmp>(Str:D \a, Str:D \b --> Order:D)
@@ -2880,4 +2879,4 @@ say [%] ();# OUTPUT: «(exit code 1) No zero-arg meaning for infix:<%>␤
28802879
28812880
=end pod
28822881

2883-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
2882+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)