From: Dave Rolsky Date: Sun, 21 Jun 2009 15:44:43 +0000 (-0500) Subject: No plural of syntax X-Git-Tag: 0.82~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aacca3abe664f63f4d008bad9cf8564ec5c8ee73;p=gitmo%2FMoose.git No plural of syntax --- diff --git a/lib/Moose/Manual/Types.pod b/lib/Moose/Manual/Types.pod index a18605c..2b3a575 100644 --- a/lib/Moose/Manual/Types.pod +++ b/lib/Moose/Manual/Types.pod @@ -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.