Skip to content

Commit

Permalink
Fix POD
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Feb 23, 2020
1 parent bbaf9fb commit a1e7ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Arrow.pm
Expand Up @@ -482,7 +482,7 @@ C<like> matches $got value against the $expected regex.
=head3 can_ok($class, @methods)
Checks to make sure the $module or $object can do these @methods
Checks to make sure the $class or $object can do these @methods
(works with functions, too).
Test::Arrow->can_ok($class, @methods);
Expand Down

0 comments on commit a1e7ae2

Please sign in to comment.