Skip to content

Commit 0042d04

Browse files
authored
Update link for named-parameter aliases in signatures documentation
Link to specific section. The anchor that I'm linking to didn't exist yet when this piece was last edited.
1 parent f434c72 commit 0042d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/signatures.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ argument or not. C<:$colour> will not only be the name of the aliased variable,
964964
but also a new named argument (used in the second invocation). However,
965965
C<$kind> will just be the name of the aliased variable, that does not create a
966966
new named argument. More uses of aliases can be found in
967-
L<sub MAIN|/language/create-cli#sub_MAIN>.
967+
L<sub MAIN|/language/create-cli#Aliases_for_named_parameters>.
968968

969969
A function with named arguments can be called dynamically, dereferencing a
970970
L<C<Pair>|/type/Pair> with C<|> to turn it into a named argument.

0 commit comments

Comments
 (0)