grammar fix
[gitmo/Moose.git] / 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