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 15b9557 commit 235259eCopy full SHA for 235259e
doc/Type/Signature.pod6
@@ -797,8 +797,8 @@ and follows the same semantics as L<Capture> C<$topic>:
797
set(<a b>) ~~ :(:$a, :$b); # OUTPUT: «True»
798
799
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
+are not introspectable, the method cannot determine whether two signatures
+L<ACCEPTS> the same sort of C<where>-constrained parameters. Such comparisons
802
will return C<False>. This includes signatures with literals, which are just
803
sugar for the C<where>-constraints:
804
0 commit comments