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 dfd4257 commit 772b297Copy full SHA for 772b297
doc/Type/Signature.pod6
@@ -95,8 +95,8 @@ X<|type constraint (Signature)>
95
=head2 Type Constraints
96
X<|Constraint>
97
98
-Parameters can optionally have a type constraint (the default is L<C<Any>>).
99
-hese can be used to restrict the allowed input to a function.
+iParameters can optionally have a type constraint (the default is L<C<Any>>).
+These can be used to restrict the allowed input to a function.
100
101
=begin code :skip-test
102
my $sig = :(Int $a, Str $b);
0 commit comments