From: Dave Rolsky Date: Fri, 8 Aug 2008 16:53:19 +0000 (+0000) Subject: Small doc tweak (better wording) X-Git-Tag: 0_55_01~43^2~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b143539eb3d0baa2e7577ec4620f4538cd916f35;p=gitmo%2FMoose.git Small doc tweak (better wording) --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 03e2a95..45ff77c 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -757,8 +757,8 @@ Additionally, that class can include C to unimport =head2 B<< Moose->init_meta(for_class => $class, base_class => $baseclass, metaclass => $metaclass) >> The C method sets up the metaclass object for the class -specified by C. It also injects a a C accessor into -the class so you can get at this object. It also sets the class's +specified by C. This method injects a a C accessor +into the class so you can get at this object. It also sets the class's superclass to C, with L as the default. You can specify an alternate metaclass with the C parameter.