text tweaklets (I always write a lot of hand-waving when I should just say "do X")
Dave Rolsky [Sat, 21 Mar 2009 14:37:42 +0000 (09:37 -0500)]
lib/Moose/Meta/Attribute.pm
lib/Moose/Meta/Class.pm

index d486880..9ed74a5 100644 (file)
@@ -752,10 +752,10 @@ Moose::Meta::Attribute - The Moose attribute metaclass
 This class is a subclass of L<Class::MOP::Attribute> that provides
 additional Moose-specific functionality.
 
-To really understand this class, you will probably need to start with
-the L<Class::MOP::Attribute> 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<Class::MOP::Attribute> 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
 
index d7317fe..798bc49 100644 (file)
@@ -639,10 +639,10 @@ Moose::Meta::Class - The Moose metaclass
 This class is a subclass of L<Class::MOP::Class> that provides
 additional Moose-specific functionality.
 
-To really understand this class, you will probably need to start with
-the L<Class::MOP::Class> 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<Class::MOP::Class> 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