Mark possessives with an apostrophe!
Shawn M Moore [Sat, 30 May 2009 18:25:30 +0000 (14:25 -0400)]
lib/Moose/Meta/Role.pm

index b8dd12d..0052bd5 100644 (file)
@@ -900,11 +900,11 @@ Returns true if the role requires the named method.
 
 =item B<< $metarole->add_required_methods(@names) >>
 
-Adds the named methods to the roles list of required methods.
+Adds the named methods to the role's list of required methods.
 
 =item B<< $metarole->remove_required_methods(@names) >>
 
-Removes the named methods to the roles list of required methods.
+Removes the named methods to the role's list of required methods.
 
 =back