Skip to content

Commit 772b297

Browse files
authored
Fix typo
1 parent dfd4257 commit 772b297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Signature.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ X<|type constraint (Signature)>
9595
=head2 Type Constraints
9696
X<|Constraint>
9797
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.
98+
iParameters can optionally have a type constraint (the default is L<C<Any>>).
99+
These can be used to restrict the allowed input to a function.
100100
101101
=begin code :skip-test
102102
my $sig = :(Int $a, Str $b);

0 commit comments

Comments
 (0)