grammar fix
Jesse Luehrs [Sat, 30 May 2009 18:44:52 +0000 (13:44 -0500)]
lib/Moose/Meta/Role.pm

index 0052bd5..9acabd7 100644 (file)
@@ -904,7 +904,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