From: Dave Rolsky Date: Wed, 3 Sep 2008 02:35:07 +0000 (+0000) Subject: Fix attribute name X-Git-Tag: 0.57~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1344ac138c84bddf0b30d3a331a537052fffb12;p=gitmo%2FMoose.git Fix attribute name --- diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod index 425bb10..6105c6a 100644 --- a/lib/Moose/Intro.pod +++ b/lib/Moose/Intro.pod @@ -288,7 +288,7 @@ some attribute of the class. You saw this in the User example, where we defined a delegation for the C method. Under the hood, this simple calls -C on the User object's C attribute. +C on the User object's C attribute. =head2 Constructor