diff --git a/exact-real.cabal b/exact-real.cabal
--- a/exact-real.cabal
+++ b/exact-real.cabal
@@ -1,8 +1,8 @@
 name:         exact-real
-version:      0.11.0
+version:      0.11.1
 synopsis:     Exact real arithmetic
 description:
-  A type to represent exact real number using a fast binary Cauchy sequence
+  A type to represent exact real numbers using a fast binary Cauchy sequence
 license:      MIT
 license-file: LICENSE
 author:       Joe Hermaszewski
diff --git a/src/Data/CReal/Converge.hs b/src/Data/CReal/Converge.hs
--- a/src/Data/CReal/Converge.hs
+++ b/src/Data/CReal/Converge.hs
@@ -41,7 +41,7 @@
   -- Nothing
   converge :: a -> Maybe (Element a)
 
-  -- 'convergeErr' is a function that returns the value the stream is
+  -- | 'convergeErr' is a function that returns the value the stream is
   -- converging to. It also takes a function err which returns a value which
   -- varies monotonically with the error of the value in the stream. This can
   -- be used to ensure that when 'convergeErr' terminates when given a
