fix docs for MMA->new (RT78202)
Jesse Luehrs [Thu, 5 Jul 2012 16:33:36 +0000 (11:33 -0500)]
lib/Moose/Meta/Attribute.pm

index e21ec2f..973b7b1 100644 (file)
@@ -1307,7 +1307,7 @@ L<Class::MOP::Attribute> and add Moose specific features.
 
 =over 4
 
-=item B<< Moose::Meta::Attribute->new(%options) >>
+=item B<< Moose::Meta::Attribute->new($name, %options) >>
 
 This method overrides the L<Class::MOP::Attribute> constructor.