Skip to content

Commit 0280529

Browse files
committed
link to arity
1 parent 26e0ec8 commit 0280529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/functions.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ each candidate with the C<multi> declarator.
212212
congratulate 'Larry'; # Happy birthday, Larry
213213
congratulate 'Bob', 45; # Happy 45th birthday, Bob
214214
215-
Dispatch can happen on the number of arguments (the I<arity>), but also on the
215+
Dispatch can happen on the number of arguments (the L<arity|/type/Routine#(Code)_method_arity>), but also on the
216216
type:
217217
218218
multi as-json(Bool $d) { $d ?? 'true' !! 'false'; }

0 commit comments

Comments
 (0)