We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae91f1 commit e35d09dCopy full SHA for e35d09d
doc/Type/Routine.pod6
@@ -16,7 +16,7 @@ Routines serve as a scope limiter for C<return> (i.e. a C<return> returns
16
from the innermost outer Routine).
17
18
The routine level is also the one at which
19
-L<multiness|/language/glossary#Multi-Dispatch> (multi subs and multi methods)
+L<multiness|/language/glossary#Multi-dispatch> (multi subs and multi methods)
20
are handled. Subroutines can also be declared C<anon>. See the L<documentation
21
on the C<anon> declarator|/language/variables#The_anon_declarator> for more
22
information.
0 commit comments