We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e0ec8 commit 0280529Copy full SHA for 0280529
doc/Language/functions.pod6
@@ -212,7 +212,7 @@ each candidate with the C<multi> declarator.
212
congratulate 'Larry'; # Happy birthday, Larry
213
congratulate 'Bob', 45; # Happy 45th birthday, Bob
214
215
-Dispatch can happen on the number of arguments (the I<arity>), but also on the
+Dispatch can happen on the number of arguments (the L<arity|/type/Routine#(Code)_method_arity>), but also on the
216
type:
217
218
multi as-json(Bool $d) { $d ?? 'true' !! 'false'; }
0 commit comments