Skip to content

Commit b4d4d89

Browse files
committed
Remove leftovers from formatting code removal
1 parent f4675f6 commit b4d4d89

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
@@ -2195,7 +2195,7 @@ Note that setting $*TOLERANCE = 0 will cause all comparisons to fail.
21952195
say 1 =~= 1; # OUTPUT: «False␤»
21962196
}
21972197
2198-
=head2 infix (elem), infix ∈»
2198+
=head2 infix (elem), infix ∈
21992199
22002200
multi sub infix:<(elem)>($a,$b --> Bool:D)
22012201
multi sub infix:<∈>($a,$b --> Bool:D)
@@ -2227,7 +2227,7 @@ C<!(elem)>.
22272227
22282228
C«» is codepoint U+2209 (NOT AN ELEMENT OF).
22292229
2230-
=head2 infix (cont), infix ∋»
2230+
=head2 infix (cont), infix ∋
22312231
22322232
multi sub infix:<(cont)>($a,$b --> Bool:D)
22332233
multi sub infix:<∋>($a,$b --> Bool:D)

0 commit comments

Comments
 (0)