the option is excludes, not exclude
[gitmo/Moose.git] / lib / Moose / Util.pm
index 3ebbe4e..fe14e95 100644 (file)
@@ -274,7 +274,7 @@ applicant can be a role name, class name, or object.
 The C<$applicant> must already have a metaclass object.
 
 The list of C<@roles> should be a list of names, each of which can be
-followed by an optional hash reference of options (C<exclude> and
+followed by an optional hash reference of options (C<excludes> and
 C<alias>).
 
 =item B<ensure_all_roles($applicant, @roles)>