Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
link from /type/Signature to /type/Pair
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent d1fee79 commit fe89ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Signature.pod6
Expand Up @@ -352,7 +352,7 @@ Aliases are also possible that way:
sub paint( :color(:$colour) ) { } # same API for the caller
A function with named arguments can be called dynamically, dereferencing a
Pair with C<|> to turn it into a named argument.
L<Pair|/type/Pair> with C<|> to turn it into a named argument.
multi f(:$named){ note &?ROUTINE.signature };
multi f(:$also-named){ note &?ROUTINE.signature };
Expand Down

0 comments on commit fe89ae2

Please sign in to comment.