Skip to content

Commit 235259e

Browse files
authored
Fix typos
1 parent 15b9557 commit 235259e

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
@@ -797,8 +797,8 @@ and follows the same semantics as L<Capture> C<$topic>:
797797
set(<a b>) ~~ :(:$a, :$b); # OUTPUT: «True»
798798
799799
Since L«C<where> clauses|/type/Signature#index-entry-where_clause_(Signature)»
800-
are not introspectable, the method cannot determine whether one signature
801-
L<ACCEPTS> the same sort of C<where>-constrained parameter. Such such comparisons
800+
are not introspectable, the method cannot determine whether two signatures
801+
L<ACCEPTS> the same sort of C<where>-constrained parameters. Such comparisons
802802
will return C<False>. This includes signatures with literals, which are just
803803
sugar for the C<where>-constraints:
804804

0 commit comments

Comments
 (0)