Skip to content

Commit

Permalink
less accidental markdown refs #2022
Browse files Browse the repository at this point in the history
And also adds reference to anon refs #1655
  • Loading branch information
JJ committed May 15, 2018
1 parent bbf9ba2 commit 92cb54c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Type/Routine.pod6
Expand Up @@ -2,7 +2,7 @@
=TITLE class Routine
=SUBTITLE Code object with its own lexical scope and `return` handling
=SUBTITLE Code object with its own lexical scope and C<return> handling
class Routine is Block { }
Expand Down Expand Up @@ -43,6 +43,8 @@ that one will be called. For example:
In this example, the C<multi> without C<is default> was called because it was
actually narrower than the C<Sub> with it.
Subroutines can also be declared C<anon>. See the L<documentation on the C<anon> declarator|/language/variables#The_anon_Declarator> for more information.
=head1 Methods
=head2 method name
Expand Down

0 comments on commit 92cb54c

Please sign in to comment.