POD typo corrected
franck cuny [Thu, 21 Jan 2010 14:21:58 +0000 (15:21 +0100)]
lib/Class/MOP/Attribute.pm

index 3b947e4..6dffd9b 100644 (file)
@@ -798,7 +798,7 @@ called when the instance is first being initialized.
 Returns the value without going through the accessor. Note that this
 works even with write-only accessors.
 
-=item B<< $sttr->get_raw_value($instance) >>
+=item B<< $attr->get_raw_value($instance) >>
 
 Returns the value without any side effects such as lazy attributes.