From: Matt Kraai Date: Fri, 5 Sep 2008 13:55:19 +0000 (+0000) Subject: Add a missing "a" to Moose::Intro. X-Git-Tag: 0.58~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c2f24a52983d9873fe5121ba3ad999ac8365139d;p=gitmo%2FMoose.git Add a missing "a" to Moose::Intro. --- diff --git a/lib/Moose/Intro.pod b/lib/Moose/Intro.pod index 89e5386..e8b18f0 100644 --- a/lib/Moose/Intro.pod +++ b/lib/Moose/Intro.pod @@ -183,7 +183,7 @@ It is best to think of Moose attributes as "properties" of the I B. These properties are accessed through well-defined accessor methods. -An attribute is usually analogous to specific feature of something in +An attribute is usually analogous to a specific feature of something in the class's category. For example, People have first and last names. Users have passwords and last login datetimes.