Skip to content

Commit c5bb568

Browse files
authored
Fix typo'ed internal link
1 parent d71a426 commit c5bb568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Language/functions.pod6

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,9 @@ for the L<Signature|/type/Signature#Type_constraints> class.
348348
349349
For some signature differences (notably when using a where clause or a subset)
350350
the order of definition of the multi methods or subs is used, evaluating
351-
each possibility in turn. See L<multi resolution by order of definition> below for examples.
351+
each possibility in turn. See
352+
L<multi resolution by order of definition|language/functions#multi_resolution_by_order_of_definition>
353+
below for examples.
352354
353355
C<multi> without any specific routine type always defaults to a C<sub>, but you
354356
can use it on methods as well. The candidates are all the multi methods of the

0 commit comments

Comments
 (0)