From: arcanez Date: Fri, 4 Sep 2009 22:53:16 +0000 (-0700) Subject: fix typo (per qp_pq) X-Git-Tag: 0.89_02~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af8aae04f991457dbceea3d00113aec5ed6afcd4;p=gitmo%2FMoose.git fix typo (per qp_pq) --- diff --git a/lib/Moose/Manual/Attributes.pod b/lib/Moose/Manual/Attributes.pod index ac2c8f3..b1a8eaf 100644 --- a/lib/Moose/Manual/Attributes.pod +++ b/lib/Moose/Manual/Attributes.pod @@ -211,7 +211,7 @@ reference will be called as a method on the object. predicate => 'has_size', ); -This is dumb example, but it illustrates the point that the subroutine +This is a dumb example, but it illustrates the point that the subroutine will be called for every new object created. When you provide a C subroutine reference, it is called as a