Skip to content

Commit 1fe2e5f

Browse files
committed
Typo: s/warp/wrap
1 parent 73200f8 commit 1fe2e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ L<Submethod|/type/Submethod>.
231231
232232
They carry additional functionality in addition to what L<Block|/type/Block>
233233
supplies: they can come as L<multis|#Multi-dispatch>,
234-
you can L<wrap|/type/Routine#method warp> them, and exit early with C<return>:
234+
you can L<wrap|/type/Routine#method wrap> them, and exit early with C<return>:
235235
236236
=begin code :allow<B>
237237
my $keywords = set <if for unless while for>;

0 commit comments

Comments
 (0)