Skip to content

Commit

Permalink
Merge pull request #25 from bayashi/tiny-fix
Browse files Browse the repository at this point in the history
Fix POD
  • Loading branch information
bayashi committed Feb 23, 2020
2 parents aefdc12 + a24b19f commit 86d3a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Arrow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ Checks to make sure the $class or $object can do these @methods
$arr->got($got_object)->expected($class)->isa_ok;
Checks to see if the given C<$got_object->isa($class)>. Also checks to make sure the object was defined in the first place.
Checks to see if the given C<$got_object-&gt;isa($class)>. Also checks to make sure the object was defined in the first place.
It works on references, too:
Expand Down

0 comments on commit 86d3a09

Please sign in to comment.