We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ca633 commit 3974536Copy full SHA for 3974536
doc/Language/signatures.rakudoc
@@ -1120,7 +1120,7 @@ One can also constrain the arguments subject to a C<Capture> by using a sub-sign
1120
d(41);
1121
# OUTPUT: «Too few positionals passed to 'd'; expected 2 arguments but got 1 in sub-signature or parameter cap ...»
1122
1123
-I<Unbound> C<Captures> are often used in C<proto> definitions (like C<proto foo (|) {*}>) to
+I<Unbound> L<C<Capture>|/type/Capture>s are often used in C<proto> definitions (like C<proto foo (|) {*}>) to
1124
indicate that the routine's L<C<multi> definitions|/syntax/multi> can have any L<type
1125
constraints|#Type_constraints>. See L<proto|/language/functions#proto> for an
1126
example.
0 commit comments