Skip to content

Commit

Permalink
Merge pull request #3 from rabbiveesh/pod-spellcheck
Browse files Browse the repository at this point in the history
changed us to uc
  • Loading branch information
bayashi committed Feb 18, 2020
2 parents 4db21ad + 54eaf10 commit 60b32bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Test/Arrow.pm
Expand Up @@ -304,7 +304,7 @@ Just pass or fail
Similar to C<is> and C<isnt> compare values with C<eq> and C<ne>.
$arr->expect('FOO')->got(us 'foo')->is;
$arr->expect('FOO')->got(uc 'foo')->is;
=head3 is_num
Expand All @@ -318,7 +318,7 @@ Similar to C<is_num> and C<isnt_num> compare values with C<==> and C<!=>.
The $got will be compare with expected value.
$arr->expect(us 'foo')->to_be('FOO');
$arr->expect(uc 'foo')->to_be('FOO');
=head3 like
Expand Down

0 comments on commit 60b32bc

Please sign in to comment.