From: Dave Rolsky Date: Sat, 21 Mar 2009 14:37:42 +0000 (-0500) Subject: text tweaklets (I always write a lot of hand-waving when I should just say "do X") X-Git-Tag: 0.72_01~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7854b409cdb4faa9c1cc9e2570a100e08a591721;p=gitmo%2FMoose.git text tweaklets (I always write a lot of hand-waving when I should just say "do X") --- diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index d486880..9ed74a5 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -752,10 +752,10 @@ Moose::Meta::Attribute - The Moose attribute metaclass This class is a subclass of L that provides additional Moose-specific functionality. -To really understand this class, you will probably need to start with -the L documentation. This class can be -understood as a set of additional features on top of the basic feature -provided by that parent class. +To really understand this class, you will need to start with the +L documentation. This class can be understood +as a set of additional features on top of the basic feature provided +by that parent class. =head1 METHODS diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index d7317fe..798bc49 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -639,10 +639,10 @@ Moose::Meta::Class - The Moose metaclass This class is a subclass of L that provides additional Moose-specific functionality. -To really understand this class, you will probably need to start with -the L documentation. This class can be understood -as a set of additional features on top of the basic feature provided -by that parent class. +To really understand this class, you will need to start with the +L documentation. This class can be understood as a +set of additional features on top of the basic feature provided by +that parent class. =head1 METHODS