No plural of syntax
Dave Rolsky [Sun, 21 Jun 2009 15:44:43 +0000 (10:44 -0500)]
lib/Moose/Manual/Types.pod

index a18605c..2b3a575 100644 (file)
@@ -194,7 +194,7 @@ rather than needing to fully qualify them everywhere. It also allows
 
   has 'counts' => (is => 'ro', isa => HashRef[PositiveInt]);
 
-and similarly for the union and other syntaxes discussed below, which
+and similarly for the union and other syntax discussed below, which
 will compile time check your use of names and is generally more robust
 than the string type parsing for complex cases.