Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 18, 2016
1 parent 34b0873 commit 29c0955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/testing.pod
Expand Up @@ -247,7 +247,7 @@ passes the test if the comparison yields a C<True> value. The C<$description>
of the test is optional.
The C<$comparison> comparator can be either a L<Callable> or
a L<Str> containing aninfix operator, such as C<'=='>, a C<'~~'>, or a
a L<Str> containing an infix operator, such as C<'=='>, a C<'~~'>, or a
user-defined infix.
cmp-ok 'my spelling is apperling', '~~', /perl/, "bad speller";
Expand Down

0 comments on commit 29c0955

Please sign in to comment.