Skip to content

Commit

Permalink
fixed typo in test example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 22, 2014
1 parent f2fbc50 commit 686418e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Test/Mojo.pm
Expand Up @@ -685,8 +685,8 @@ Check response header for similar match.
=head2 header_unlike
$t = $t->header_like(ETag => qr/abc/);
$t = $t->header_like(ETag => qr/abc/, 'different header');
$t = $t->header_unlike(ETag => qr/abc/);
$t = $t->header_unlike(ETag => qr/abc/, 'different header');
Opposite of L</"header_like">.
Expand Down

0 comments on commit 686418e

Please sign in to comment.