Skip to content

Commit 93d791f

Browse files
committed
fix broken link
1 parent 0d55631 commit 93d791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ L<Submethod|/type/Submethod>.
366366
367367
They carry additional functionality in addition to what L<Block|/type/Block>
368368
supplies: they can come as L<multis|#Multi-dispatch>,
369-
you can L<wrap|/type/Routine#method wrap> them, and exit early with C<return>:
369+
you can L<wrap|/type/Routine#method_wrap> them, and exit early with C<return>:
370370
371371
=begin code :allow<B>
372372
my $keywords = set <if for unless while>;

0 commit comments

Comments
 (0)