remove ToText from docs

This commit is contained in:
Sönke Hahn 2016-04-02 15:03:00 +08:00
parent 4f558971d1
commit b72c271c2c

View File

@ -222,7 +222,7 @@ instance OVERLAPPING_
-- Example:
--
-- > newtype Referer = Referer Text
-- > deriving (Eq, Show, FromHttpApiData, ToText)
-- > deriving (Eq, Show, FromHttpApiData)
-- >
-- > -- GET /view-my-referer
-- > type MyApi = "view-my-referer" :> Header "Referer" Referer :> Get '[JSON] Referer