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 45c8634 commit d458018Copy full SHA for d458018
doc/Type/Pair.pod6
@@ -131,7 +131,7 @@ be different:
131
say :10z ~~ :42a; # OUTPUT: «False»
132
133
If C<topic> is any other value, uses the invocant's key as the name of the
134
-method to call on C<topic> and check's its L«C<.Bool>|/routine/Bool» is the same
+method to call on C<topic> and checks that its L«C<.Bool>|/routine/Bool» is the same
135
as C<.Bool> of the invocant's value. This form can be used to check
136
L<Bool|/type/Bool> values of multiple methods on the same object, such as
137
L<IO::Path>, by using L<Junctions|/type/Junction>:
0 commit comments