projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
108a7c1
)
Typo fix
Shawn M Moore [Mon, 22 Dec 2008 04:57:05 +0000 (
04:57
+0000)]
lib/Mouse/Meta/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Meta/Class.pm
b/lib/Mouse/Meta/Class.pm
index
82f293d
..
6f6feab
100644
(file)
--- a/
lib/Mouse/Meta/Class.pm
+++ b/
lib/Mouse/Meta/Class.pm
@@
-324,7
+324,7
@@
this class and its superclasses.
Returns a mapping of attribute names to their corresponding
L<Mouse::Meta::Attribute> objects.
-=head2 has_attribute Name -> Boool
+=head2 has_attribute Name -> Bool
Returns whether we have a L<Mouse::Meta::Attribute> with the given name.