Skip to content

Commit 3974536

Browse files
committed
Fix a link to a class
1 parent e8ca633 commit 3974536

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
@@ -1120,7 +1120,7 @@ One can also constrain the arguments subject to a C<Capture> by using a sub-sign
11201120
d(41);
11211121
# OUTPUT: «Too few positionals passed to 'd'; expected 2 arguments but got 1 in sub-signature or parameter cap␤ ...»
11221122

1123-
I<Unbound> C<Captures> are often used in C<proto> definitions (like C<proto foo (|) {*}>) to
1123+
I<Unbound> L<C<Capture>|/type/Capture>s are often used in C<proto> definitions (like C<proto foo (|) {*}>) to
11241124
indicate that the routine's L<C<multi> definitions|/syntax/multi> can have any L<type
11251125
constraints|#Type_constraints>. See L<proto|/language/functions#proto> for an
11261126
example.

0 commit comments

Comments
 (0)