Skip to content

Commit d458018

Browse files
committed
Fix typo.
1 parent 45c8634 commit d458018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Pair.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ be different:
131131
say :10z ~~ :42a; # OUTPUT: «False␤»
132132
133133
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
134+
method to call on C<topic> and checks that its L«C<.Bool>|/routine/Bool» is the same
135135
as C<.Bool> of the invocant's value. This form can be used to check
136136
L<Bool|/type/Bool> values of multiple methods on the same object, such as
137137
L<IO::Path>, by using L<Junctions|/type/Junction>:

0 commit comments

Comments
 (0)