Fix a small but confusing typo (missing a key word)
Dave Rolsky [Sat, 13 Mar 2010 20:24:02 +0000 (14:24 -0600)]
lib/Moose/Manual/Attributes.pod

index 0b47735..5ac4e73 100644 (file)
@@ -469,7 +469,7 @@ set:
   }
 
 The trigger is called I<after> an attribute's value is set. It is
-called as a method on the object, and receives the new and values as
+called as a method on the object, and receives the new and old values as
 its arguments. If the attribute had not previously been set at all,
 then only the new value is passed. This lets you distinguish between
 the case where the attribute had no value versus when it was C<undef>.