typo fix
Christian Walde [Thu, 10 Jan 2013 13:56:43 +0000 (14:56 +0100)]
lib/Moo.pm

index 6d270ad..9f5246d 100644 (file)
@@ -556,7 +556,7 @@ Moo will call
 
   $self->$builder;
 
-If you set this to just C<1>, the predicate is automatically named
+If you set this to just C<1>, the builder is automatically named
 C<_build_${attr_name}>.  This feature comes from L<MooseX::AttributeShortcuts>.
 
 =item * C<clearer>