fix up some abstracts
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Array.pm
index 2c824b2..29916ec 100644 (file)
@@ -10,7 +10,7 @@ no Moose::Role;
 
 1;
 
-# ABSTRACT: Helper trait for array delegation
+# ABSTRACT: Helper trait for ArrayRef attributes
 
 __END__