From: Cory G Watson <gphat@onemogin.com>
Date: Fri, 27 Jun 2008 13:24:11 +0000 (+0000)
Subject: Missing space in counter docs.
X-Git-Tag: 0.16~39
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1aa9e3c911e516354a889eea9952f68e1dd29761;p=gitmo%2FMooseX-AttributeHelpers.git

Missing space in counter docs.
---

diff --git a/lib/MooseX/AttributeHelpers/Counter.pm b/lib/MooseX/AttributeHelpers/Counter.pm
index 6a6e9bd..51184de 100644
--- a/lib/MooseX/AttributeHelpers/Counter.pm
+++ b/lib/MooseX/AttributeHelpers/Counter.pm
@@ -128,7 +128,7 @@ Set the counter to the specified value.
 
 =item I<inc>
 
-Increments the value stored in this slot by 1.Providing an argument will
+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>