Skip to content

Commit 4d72090

Browse files
authored
Mention is default for MMD resolution
Glossary isn't the best place, but it's the only one that shows up for `multi-dispatch` search
1 parent a50ac42 commit 4d72090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/glossary.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,8 @@ X<|Multi-Dispatch>X<|MMD>
584584
585585
The process of picking a candidate for calling of a set of methods or subs that
586586
come by the same name but with different arguments. The most narrow candidate
587-
wins.
587+
wins. In case of an ambiguity, a routine with C<is default> trait will be
588+
chosen if one exists, otherwise an exception is thrown.
588589
589590
=head1 multi-method
590591
X<|multi-method>

0 commit comments

Comments
 (0)