Doc consistency: use B<> not I<>
[gitmo/Moose.git] / lib / Moose / Meta / Attribute / Native / Trait / Counter.pm
index 54a0adf..03e7767 100644 (file)
@@ -92,21 +92,21 @@ the attribute.
 
 =over 4
 
-=item I<set($value)>
+=item B<set($value)>
 
 Set the counter to the specified value.
 
-=item I<inc>
+=item B<inc>
 
 Increments the value stored in this slot by 1. Providing an argument will
 cause the counter to be increased by specified amount.
 
-=item I<dec>
+=item B<dec>
 
 Decrements the value stored in this slot by 1. Providing an argument will
 cause the counter to be increased by specified amount.
 
-=item I<reset>
+=item B<reset>
 
 Resets the value stored in this slot to it's default value.