Skip to content

Commit fcff5e1

Browse files
committed
Rephrase is() warning
1 parent 30e3835 commit fcff5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Test.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ L«C<eq> operator|/routine/eq», unless C<$expected> is a type object, in which
160160
L«C<===> operator|/routine/===» will be used instead; accepts an optional description of the
161161
test as the last argument.
162162
163-
B<NOTE:> C<eq> operator the C<is()> uses stringifies, which means C<is()> is not
163+
B<NOTE:> the C<eq> operator stringifies its operands, which means C<is()> is not
164164
a good function for testing more complex things, such as lists: C<is (1, (2,
165165
(3,))), [1, 2, 3]> passes the test, even though the operands are vastly
166166
different. For those cases, use

0 commit comments

Comments
 (0)