minor doc fix
arcanez [Fri, 3 Jul 2009 09:51:16 +0000 (02:51 -0700)]
lib/Moose.pm

index 422485e..eaff7b2 100644 (file)
@@ -775,7 +775,7 @@ B<are not> overridden, or removed.
 
 =item B<around $name|@names =E<gt> sub { ... }>
 
-This three items are syntactic sugar for the before, after, and around method
+These three items are syntactic sugar for the before, after, and around method
 modifier features that L<Class::MOP> provides. More information on these may be
 found in the L<Class::MOP::Class documentation|Class::MOP::Class/"Method
 Modifiers"> for now.