projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d29c8cc
)
correct wording to use 'hash' instead of 'array'
Mateu X Hunter [Wed, 19 Jan 2011 17:21:23 +0000 (10:21 -0700)]
lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
b/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm
index
93bf114
..
145d0b5
100644
(file)
--- 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