Fix a small pod buglet
Dave Rolsky [Tue, 10 Jan 2012 21:13:41 +0000 (15:13 -0600)]
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