From: Jay Hannah Date: Thu, 2 Oct 2008 16:28:04 +0000 (+0000) Subject: POD typo corrected. X-Git-Tag: 0.59~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=757e07ef531d056c1543f3509c8a49a1e3d0459d;p=gitmo%2FMoose.git POD typo corrected. --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 06fb90c..f12c26b 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -751,7 +751,7 @@ that hierarchy represented visually. B 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