From: Mateu X Hunter Date: Wed, 19 Jan 2011 17:21:23 +0000 (-0700) Subject: correct wording to use 'hash' instead of 'array' X-Git-Tag: 1.9903~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3933d34bcdf5b57ed6ca3993f061f3539f96d28a;p=gitmo%2FMoose.git correct wording to use 'hash' instead of 'array' --- diff --git a/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm b/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm index 93bf114..145d0b5 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm @@ -38,7 +38,7 @@ __END__ =head1 DESCRIPTION -This trait provides native delegation methods for array references. +This trait provides native delegation methods for hash references. =head1 PROVIDED METHODS