Skip to content

Commit f002dfe

Browse files
committed
more better grammar
1 parent c9cce41 commit f002dfe

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
@@ -64,7 +64,7 @@ X<|∘,function combinator>X<|o,function combinator>
6464
6565
The function composition operator C«infix:<∘>» or C«infix:<o>» combines two functions, so
6666
that the left function is called with the return value of the right function.
67-
If the L«C<.count>|/routine/count» of the left function is more than 1, the return
67+
If the L«C<.count>|/routine/count» of the left function is greater than 1, the return
6868
value of the right function will be L<slipped|/type/Slip> into the left function.
6969
7070
sub f($p){ say 'f'; $p / 2 }

0 commit comments

Comments
 (0)