diff --git a/snappy-framing.cabal b/snappy-framing.cabal
--- a/snappy-framing.cabal
+++ b/snappy-framing.cabal
@@ -1,5 +1,5 @@
 name:                snappy-framing
-version:             0.1.1
+version:             0.1.2
 synopsis:            Snappy Framing Format in Haskell
 homepage:            https://github.com/kim/snappy-framing
 bug-reports:         https://github.com/kim/snappy-framing/issues
diff --git a/src/Data/Digest/CRC32C.hs b/src/Data/Digest/CRC32C.hs
--- a/src/Data/Digest/CRC32C.hs
+++ b/src/Data/Digest/CRC32C.hs
@@ -5,8 +5,7 @@
 -- Stability   : stable
 -- Portability : non-portable (GHC extensions)
 --
-
--- | Implementation of the CRC32C checksum algorithm.
+-- Implementation of the CRC32C checksum algorithm.
 --
 -- The current implementation is in "pure" Haskell, thus does not take advantage
 -- of hardware implementations available on several CPU types. It's performance
