Fix a small pod buglet
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor.pm
index aa81a45..926e780 100644 (file)
@@ -45,9 +45,9 @@ __END__
 =head1 DESCRIPTION
 
 Simply loading this module makes your constructors "strict". If your
-constructor is called with an attribute init argument that your class
-does not declare, then it calls C<Moose->throw_error()>. This is a great way
-to catch small typos.
+constructor is called with an attribute init argument that your class does not
+declare, then it calls C<< Moose->throw_error() >>. This is a great way to
+catch small typos.
 
 =head2 Subverting Strictness