Fix error when array accessor delegation method is called with no arguments
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Hash / accessor.pm
index 9713a85..e7348ab 100644 (file)
@@ -74,7 +74,6 @@ sub _generate_method {
     return $code;
 }
 
-# If we get one argument we won't check the argument count
 sub _minimum_arguments {1}
 sub _maximum_arguments {2}