Skip to content

Commit fe89ae2

Browse files
committed
link from /type/Signature to /type/Pair
1 parent d1fee79 commit fe89ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Signature.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Aliases are also possible that way:
352352
sub paint( :color(:$colour) ) { } # same API for the caller
353353
354354
A function with named arguments can be called dynamically, dereferencing a
355-
Pair with C<|> to turn it into a named argument.
355+
L<Pair|/type/Pair> with C<|> to turn it into a named argument.
356356
357357
multi f(:$named){ note &?ROUTINE.signature };
358358
multi f(:$also-named){ note &?ROUTINE.signature };

0 commit comments

Comments
 (0)