typo fixes
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Array.pm
index a334ce8..70990a8 100644 (file)
@@ -310,7 +310,7 @@ This is a role to describe operations on the Array type.
 
 Note that, in both the above, $_ is in scope within the code block, as well as 
 being passed as $_[0]. As per CORE::map and CORE::grep, $_ is an alias to 
-the list value, so can be used to to modify the list, viz:
+the list value, so can be used to modify the list, viz:
 
     use Moose::Autobox;