Typo fix
Shawn M Moore [Tue, 25 Nov 2008 05:48:17 +0000 (05:48 +0000)]
lib/Class/MOP/Class.pm

index 0686bd7..d3cf084 100644 (file)
@@ -259,7 +259,7 @@ sub create {
             if exists $options{attributes};      
             
     (ref $options{methods} eq 'HASH')
-        || confess "You must pass an HASH ref of methods"
+        || confess "You must pass a HASH ref of methods"
             if exists $options{methods};                  
 
     $class->SUPER::create(%options);