Fix POD typo in SQL/Translator/Schema/Trigger.pm (RT#63451)
Rafael Kitover [Tue, 30 Nov 2010 10:39:15 +0000 (10:39 +0000)]
Changes
lib/SQL/Translator/Schema/Trigger.pm

diff --git a/Changes b/Changes
index 7fb442c..46ac5c3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
 
+* Fix POD typo in SQL/Translator/Schema/Trigger.pm
 * Add explicit Scalar::Util to the deplist for really old perls
 * Add support for PostGIS Geometry and Geography data types in the Pg producer
 * Some minor fixes to squash warnings on new perls
index dd63b4d..a46bd14 100644 (file)
@@ -244,9 +244,9 @@ sub action {
 
 =head2 action
 
-Gets or set the actions of the trigger.
+Gets or set the action of the trigger.
 
-  $trigger->actions(
+  $trigger->action(
       q[
         BEGIN
           select ...;