diff --git a/Text/Trifecta/Parser/Class.hs b/Text/Trifecta/Parser/Class.hs
--- a/Text/Trifecta/Parser/Class.hs
+++ b/Text/Trifecta/Parser/Class.hs
@@ -35,7 +35,7 @@
 infix 0 <?>
 
 class ( Alternative m, MonadPlus m) => MonadParser m where
-  -- * non-committal actions
+  -- non-committal actions
   try        :: m a -> m a
   labels     :: m a -> Set String -> m a
   liftIt     :: It Rope a -> m a
@@ -43,7 +43,7 @@
   unexpected :: MonadParser m => String -> m a
   line       :: m ByteString
 
-  -- * actions that definitely commit
+  -- actions that definitely commit
   release    :: Delta -> m ()
   satisfy    :: (Char -> Bool) -> m Char
 
diff --git a/trifecta.cabal b/trifecta.cabal
--- a/trifecta.cabal
+++ b/trifecta.cabal
@@ -1,6 +1,6 @@
 name:          trifecta
 category:      Text, Parsing, Diagnostics, Pretty Printer, Logging
-version:       0.16
+version:       0.16.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
