diff --git a/Text/Inflections/Humanize.hs b/Text/Inflections/Humanize.hs
--- a/Text/Inflections/Humanize.hs
+++ b/Text/Inflections/Humanize.hs
@@ -5,7 +5,7 @@
 import Data.List (intercalate)
 import Data.Char (toUpper)
 
--- |Capitalizes the first word and turns underscores into spaces Like titleize,
+-- |Capitalizes the first word and turns underscores into spaces. Like titleize,
 -- this is meant for creating pretty output.
 humanize
   :: [Word] -- ^ List of Words, first of which will be capitalized
diff --git a/inflections.cabal b/inflections.cabal
--- a/inflections.cabal
+++ b/inflections.cabal
@@ -1,5 +1,5 @@
 name:                inflections
-version:             0.1.0.7
+version:             0.1.0.8
 synopsis:            Inflections library for Haskell
 description:
   Inflections provides methods for singularization, pluralization,
