Fix a doc typo. rjbs++
Florian Ragwitz [Mon, 25 Jan 2010 22:16:28 +0000 (23:16 +0100)]
lib/MooseX/Types/Structured.pm

index 8bebf30..998bee9 100644 (file)
@@ -132,7 +132,7 @@ have similar functionality, so their syntax is likewise similar. For example,
 you could define a parameterized constraint like:
 
     subtype ArrayOfInts,
-     as Arrayref[Int];
+     as ArrayRef[Int];
 
 which would constrain a value to something like [1,2,3,...] and so on.  On the
 other hand, a structured type constraint explicitly names all it's allowed