Skip to content

Commit b319862

Browse files
committed
split X<> for ∘;o
1 parent 2246390 commit b319862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Callable.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ corresponding parameters.
4141
=head1 Operators
4242
4343
=head2 C<< infix:<∘> >>
44-
X<|∘; o; function combinator>
44+
X<|∘, function combinator> X<|o, function combinator>
4545
4646
The function combinator C«infix:<∘>» or C«infix:<o>» combines two functions of arity one, so that the left function is called with the return value of the right function.
4747

0 commit comments

Comments
 (0)