fix docs for MMA->new (RT78202)
[gitmo/Moose.git] / 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.