Skip to content

Commit e35d09d

Browse files
authored
Routine
correct uc ->lc
1 parent 3ae91f1 commit e35d09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Routine.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Routines serve as a scope limiter for C<return> (i.e. a C<return> returns
1616
from the innermost outer Routine).
1717
1818
The routine level is also the one at which
19-
L<multiness|/language/glossary#Multi-Dispatch> (multi subs and multi methods)
19+
L<multiness|/language/glossary#Multi-dispatch> (multi subs and multi methods)
2020
are handled. Subroutines can also be declared C<anon>. See the L<documentation
2121
on the C<anon> declarator|/language/variables#The_anon_declarator> for more
2222
information.

0 commit comments

Comments
 (0)