more doc fixes 0.04
John Napiorkowski [Fri, 25 Jun 2010 15:57:39 +0000 (11:57 -0400)]
lib/MooseX/Types/Parameterizable.pm

index da97bfc..9267ab2 100644 (file)
@@ -236,7 +236,7 @@ when you say, "as Parameterizable[..." in your sub type declaration.  For exampl
       },
       message { "'$_' is too long"  };
 
-This is the </SYNOPSIS> example, which creates a new parameterizable subtype of
+This is the L</SYNOPSIS> example, which creates a new parameterizable subtype of
 Str which takes a single type parameter which must be an Int.  This Int is used
 to constrain the allowed length of the Str value.