From: Jesse Luehrs Date: Sat, 30 May 2009 18:44:52 +0000 (-0500) Subject: grammar fix X-Git-Tag: 0.80~22^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b3d8d4d276c742089dd8a68f691137e6aced156;p=gitmo%2FMoose.git grammar fix --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 0052bd5..9acabd7 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -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