Grammar fix
Shawn M Moore [Sat, 30 May 2009 19:41:20 +0000 (15:41 -0400)]
lib/Moose/Meta/Role.pm

index 68bf40a..18d5496 100644 (file)
@@ -923,7 +923,7 @@ 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 role's list of required methods.
+Removes the named methods from the role's list of required methods.
 
 =back