fix typo (per qp_pq)
[gitmo/Moose.git] / lib / Moose / Manual / Attributes.pod
index ac2c8f3..b1a8eaf 100644 (file)
@@ -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<default> subroutine reference, it is called as a