POD typo corrected.
Jay Hannah [Thu, 2 Oct 2008 16:28:04 +0000 (16:28 +0000)]
lib/Moose/Util/TypeConstraints.pm

index 06fb90c..f12c26b 100644 (file)
@@ -751,7 +751,7 @@ that hierarchy represented visually.
 B<NOTE:> Any type followed by a type parameter C<[`a]> can be
 parameterized, this means you can say:
 
-  ArrayRef[Int]    # an array of intergers
+  ArrayRef[Int]    # an array of integers
   HashRef[CodeRef] # a hash of str to CODE ref mappings
   Maybe[Str]       # value may be a string, may be undefined