Skip to content

Commit 29c0955

Browse files
authored
Fix typo
1 parent 34b0873 commit 29c0955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/testing.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ passes the test if the comparison yields a C<True> value. The C<$description>
247247
of the test is optional.
248248
249249
The C<$comparison> comparator can be either a L<Callable> or
250-
a L<Str> containing aninfix operator, such as C<'=='>, a C<'~~'>, or a
250+
a L<Str> containing an infix operator, such as C<'=='>, a C<'~~'>, or a
251251
user-defined infix.
252252
253253
cmp-ok 'my spelling is apperling', '~~', /perl/, "bad speller";

0 commit comments

Comments
 (0)