From: Shawn M Moore Date: Sun, 10 May 2009 03:39:10 +0000 (-0400) Subject: Satisfy pod_spell X-Git-Tag: 0.78~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44a2dbf1a74a45562ea2edd831c2a4bc09939ca2;p=gitmo%2FMoose.git Satisfy pod_spell --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index d38ec2a..5cdd070 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -756,7 +756,7 @@ represents the combined roles. =item B<< Moose::Meta::Role->role_for_combination($options) >> This is a hook for incorporating role-combination parameters. This -method returns a role metaobject (by default the invocant role) to be +method returns a role meta-object (by default the invocant role) to be used for the combination. =item B<< Moose::Meta::Role->create($name, %options) >>