fix synopsis
Chris Prather [Fri, 2 May 2008 16:04:16 +0000 (16:04 +0000)]
lib/MooseX/MetaDescription.pm

index c45b6b4..a2b0b88 100644 (file)
@@ -45,7 +45,7 @@ MooseX::MetaDescription - A framework for adding additional metadata to Moose cl
     my $bar = $foo->meta->get_attribute('bar');
     
     # access the desciption HASH directly
-    $bar->description; # { baz   => 'Foo::bar::baz' }    
+    $bar->description; # { node_type   => 'element' }    
     
     # or access the instance of MooseX::MetaDescription::Description
     $bar->metadescription;