Small doc fix on Yesod.Form.Fields.Textarea.

This commit is contained in:
Felipe Lessa 2012-03-02 17:32:00 -03:00
parent 4d4a1a7fec
commit 02d3b702aa

View File

@ -173,7 +173,7 @@ htmlField = Field
}
where showVal = either id (pack . renderHtml)
-- | A newtype wrapper around a 'String' that converts newlines to HTML
-- | A newtype wrapper around a 'Text' that converts newlines to HTML
-- br-tags.
newtype Textarea = Textarea { unTextarea :: Text }
deriving (Show, Read, Eq, PersistField)