Skip to content

Commit 8b565ab

Browse files
committed
fix definition of sub take
1 parent 845f0b4 commit 8b565ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Mu.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Returns the invocant in the enlosing L<gather|/language/control#gather/take> blo
326326
327327
=head2 routine take
328328
329-
method take()
329+
sub take(\item)
330330
331331
Takes the given item and passes it to the enclosing C<gather> block.
332332

0 commit comments

Comments
 (0)