Skip to content

Commit a7451ce

Browse files
authored
Merge pull request #4129 from 2colours/patch-1
Fix the link of "arity" at Multi-dispatch section
2 parents 7bb93fc + bb05d9b commit a7451ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ L<subs|/type/Sub>) of the same name, selecting the correct one based on the
678678
L<parameter|/type/Parameter> prototype and the arguments it was called with.
679679
680680
The selection process is primarily based on types and number of arguments
681-
(L<arity|/type/Arity>), where the narrowest, most specific candidate wins,
681+
(L<arity|#Arity>), where the narrowest, most specific candidate wins,
682682
typically without regard to the order of declaration. The C<is default>
683683
trait may be used as a tie breaker in this first phase. There is also a
684684
secondary phase where some different tie breakers may be evaluated in order

0 commit comments

Comments
 (0)