diff --git a/rewrite-inspector.cabal b/rewrite-inspector.cabal
--- a/rewrite-inspector.cabal
+++ b/rewrite-inspector.cabal
@@ -1,5 +1,5 @@
 name: rewrite-inspector
-version: 0.1.0.5
+version: 0.1.0.6
 cabal-version: >=1.10
 build-type: Simple
 license: BSD3
diff --git a/src/Pretty.hs b/src/Pretty.hs
--- a/src/Pretty.hs
+++ b/src/Pretty.hs
@@ -158,8 +158,8 @@
   -> Int     -- ^ occurrences so far
   -> String  -- ^ the whole string (haystack)
   -> String  -- ^ the string to search for (needle)
-  -> ( Widget Name  -- ^ resulting widget
-     , Int          -- ^ updated number of occurrences
+  -> ( Widget Name  -- resulting widget
+     , Int          -- updated number of occurrences
      )
 highlightSearch vn n0 s0 toS =
   case toS of
