Skip to content

Commit 84a1c45

Browse files
committed
fix typo
1 parent cf75822 commit 84a1c45

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
@@ -222,7 +222,7 @@ type:
222222
say as-json([True, 42]); # [true, 42]
223223
224224
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.
225+
the call. Therefore a multi candidate with named will be given precedence.
226226
227227
C<multi> without any specific routine type always defaults to a C<sub>, but you
228228
can use it on methods as well. The candidates are all the multi methods of the

0 commit comments

Comments
 (0)