Skip to content

Commit 2f9fb9b

Browse files
authored
Fix ∘'s name
it's either `infix:<∘>` or `infix ∘`, not `infix <∘>`
1 parent 700085c commit 2f9fb9b

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
@@ -1169,7 +1169,7 @@ L<Buf|/type/Buf>, a combined buffer is returned.
11691169
11701170
say 'ab' ~ 'c'; # OUTPUT: «abc␤»
11711171
1172-
=head2 infix C«<∘>»
1172+
=head2 infix C«»
11731173
11741174
multi sub infix:<∘>()
11751175
multi sub infix:<∘>(&f)

0 commit comments

Comments
 (0)