aaaaaaargh I'm an idiot (typo)
Matt S Trout [Thu, 19 Jul 2012 18:57:31 +0000 (18:57 +0000)]
Changes
lib/Safe/Isa.pm

diff --git a/Changes b/Changes
index 9ce5cbd..c28d73f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Missed another stupid doc typo (thanks MJD)
+
 1.000001 - 2012-07-18
   - Fix stupid doc typo (thanks miyagawa)
 
index 221a32e..0495ccc 100644 (file)
@@ -133,9 +133,9 @@ returns nothing.
 If called on an object, calls C<DOES> on it and returns the result, otherwise
 returns nothing.
 
-=head2 $_call_if_method
+=head2 $_call_if_object
 
-  $maybe_an_object->$_call_if_method(method_name => @args);
+  $maybe_an_object->$_call_if_object(method_name => @args);
 
 If called on an object, calls C<method_name> on it and returns the result,
 otherwise returns nothing.