Skip to content

Commit c653b9c

Browse files
committed
fix a link to a type;
1 parent caf912c commit c653b9c

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
@@ -1118,7 +1118,7 @@ operator C<|>.
11181118
c(42, "answer");
11191119
# OUTPUT: «Capture␤Int Str␤»
11201120

1121-
One can also constrain the arguments subject to a C<Capture> by using a sub-signature.
1121+
One can also constrain the arguments subject to a L<C<Capture>|/type/Capture> by using a sub-signature.
11221122

11231123
sub d(|cap(Int, Str, *%)) { put "called with {cap.raku}" };
11241124
d(41);

0 commit comments

Comments
 (0)