Minor rewording in Delegation
Dan Dascalescu [Sat, 11 Jul 2009 03:24:24 +0000 (20:24 -0700)]
lib/Moose/Manual/Attributes.pod

index 2bbe3f6..8dff639 100644 (file)
@@ -458,7 +458,7 @@ set:
 The trigger is called as a method, and receives the new value as its argument.
 The trigger is called I<after> the value is set.
 
-This differs from an after method modifier in two ways. First, a
+This differs from an C<after> method modifier in two ways. First, a
 trigger is only called when the attribute is set, as opposed to
 whenever the accessor method is called (for reading or
 writing). Second, it is also called when an attribute's value is
@@ -491,7 +491,7 @@ discussion of Moose's type system.
 
 =head2 Delegation
 
-Attributes can define methods which simply delegate to their values:
+An attribute can define methods which simply delegate to its value:
 
   has 'hair_color' => (
       is      => 'ro',