From bbc95817385ccf21177aaaff7cac91a2d99f32a7 Mon Sep 17 00:00:00 2001 From: bayashi Date: Sun, 23 Feb 2020 15:36:38 +0900 Subject: [PATCH] Fix POD --- lib/Test/Arrow.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Test/Arrow.pm b/lib/Test/Arrow.pm index 9d093bf..05bc954 100644 --- a/lib/Test/Arrow.pm +++ b/lib/Test/Arrow.pm @@ -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->isa($class)>. Also checks to make sure the object was defined in the first place. It works on references, too: