diff --git a/digestive-functors.cabal b/digestive-functors.cabal
--- a/digestive-functors.cabal
+++ b/digestive-functors.cabal
@@ -1,5 +1,5 @@
 Name:     digestive-functors
-Version:  0.5.0.1
+Version:  0.5.0.2
 Synopsis: A practical formlet library
 
 Description:
diff --git a/src/Text/Digestive/Field.hs b/src/Text/Digestive/Field.hs
--- a/src/Text/Digestive/Field.hs
+++ b/src/Text/Digestive/Field.hs
@@ -26,7 +26,7 @@
 data Field v a where
     Singleton :: a -> Field v a
     Text      :: Text -> Field v Text
-    -- | A list of identifier, value, view. Then we have the default index in
+    -- A list of identifier, value, view. Then we have the default index in
     -- the list. The return value has the actual value as well as the index in
     -- the list.
     Choice    :: [(Text, (a, v))] -> Int -> Field v (a, Int)
