fix up some abstracts
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Counter.pm
index 1a5c755..6e64e79 100644 (file)
@@ -14,7 +14,7 @@ no Moose::Role;
 
 1;
 
-# ABSTRACT: Helper trait for counters
+# ABSTRACT: Helper trait for Int attributes which represent counters
 
 __END__