Skip to content

Commit ea91916

Browse files
committed
only for named params
1 parent 0280529 commit ea91916

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/Language/functions.pod6

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,8 @@ type:
221221
222222
say as-json([True, 42]); # [true, 42]
223223
224-
Optional arguments participate in the dispatch even if they are not provided in
225-
the call. Therefore a multi candidate with named or positional arguments with
226-
defaults will be given precedece.
224+
Named parameters participate in the dispatch even if they are not provided in
225+
the call. Therefore a multi candidate with named will be given precedece.
227226
228227
C<multi> without any specific routine type always defaults to a C<sub>, but you
229228
can use it on methods as well. The candidates are all the multi methods of the

0 commit comments

Comments
 (0)