Skip to content

Commit a9af20d

Browse files
authored
put symbols in C<...> like in other headings
1 parent 55ab996 commit a9af20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/operators.rakudoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ Note that setting C<$*TOLERANCE = 0> will cause all comparisons to fail.
24772477
say 1 ≅ 1; # OUTPUT: «False␤»
24782478
}
24792479

2480-
=head2 infix (elem), infix
2480+
=head2 infix C<(elem)>, infix <∈>
24812481

24822482
multi infix:<(elem)>($a,$b --> Bool:D)
24832483

@@ -2533,7 +2533,7 @@ C<!(==)>.
25332533
say (1, 2, 3) ≢ (1, 3, 2); # OUTPUT: «False␤»
25342534
=end code
25352535

2536-
=head2 infix (cont), infix
2536+
=head2 infix C<(cont)>, infix C<∋>
25372537

25382538
multi infix:<(cont)>($a,$b --> Bool:D)
25392539

0 commit comments

Comments
 (0)