From: Dave Rolsky Date: Thu, 4 Sep 2008 00:34:52 +0000 (+0000) Subject: Be more consistent in styling and wording of definitions X-Git-Tag: 0.58~56 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f67b9e04ce2751c688b9258eae85938646705fb;p=gitmo%2FMoose.git Be more consistent in styling and wording of definitions --- diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod index df465de..2dd6438 100644 --- a/lib/Moose/Intro.pod +++ b/lib/Moose/Intro.pod @@ -132,11 +132,12 @@ A class I zero or more B. A class I zero or more B. -A class I one or more superclasses (aka parent classes). A +A class I zero or more superclasses (aka parent classes). A class inherits from its superclass(es). -A class may I B. These modifiers can apply to -its own methods or methods that are inherited from its ancestors. +A class I zero or more B. These modifiers can +apply to its own methods or methods that are inherited from its +ancestors. A class may I one or more B.