From: Justin Hunter Date: Thu, 29 Jul 2010 19:22:52 +0000 (-0700) Subject: word choice X-Git-Tag: 1.10~21 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd59d9f609c76378e410b549b97ae03ac7d12fbc;p=gitmo%2FMoose.git word choice --- diff --git a/lib/Moose/Manual/Attributes.pod b/lib/Moose/Manual/Attributes.pod index 5ac4e73..b9feeea 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 a dumb example, but it illustrates the point that the subroutine +This is a trivial 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