From: Shawn M Moore Date: Sat, 30 May 2009 19:41:20 +0000 (-0400) Subject: Grammar fix X-Git-Tag: 0.80~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2dda1d28fae57516ba225f5760bbe73d271e9124;p=gitmo%2FMoose.git Grammar fix --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 68bf40a..18d5496 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -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