Fix spelling mistake
Dave Rolsky [Tue, 18 Jun 2013 15:08:32 +0000 (10:08 -0500)]
lib/MooseX/Types.pm

index f066392..b34e6dd 100644 (file)
@@ -536,7 +536,7 @@ The 'StrOrArrayRef' will have its stringification activated this causes the
 subtype to not be created.  Since the bareword type constraints are not strings
 you really should not try to treat them that way.  You will have to use the ','
 operator instead.  The authors of this package realize that all the L<Moose>
-documention and examples nearly uniformly use the '=>' version of the comma
+documentation and examples nearly uniformly use the '=>' version of the comma
 operator and this could be an issue if you are converting code.
 
 Patches welcome for discussion.