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 cf75822 commit 84a1c45Copy full SHA for 84a1c45
doc/Language/functions.pod6
@@ -222,7 +222,7 @@ type:
222
say as-json([True, 42]); # [true, 42]
223
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.
+the call. Therefore a multi candidate with named will be given precedence.
226
227
C<multi> without any specific routine type always defaults to a C<sub>, but you
228
can use it on methods as well. The candidates are all the multi methods of the
0 commit comments