fix haddocks for the Tag type

This commit is contained in:
Alp Mestanogullari 2014-07-01 14:19:41 +02:00
parent 15cf405c94
commit 431c889ba9

View File

@ -54,7 +54,7 @@ attrKey (Attribute k _) = k
attrValue :: Attribute -> Text
attrValue (Attribute _ v) = v
-- A 'Tag' can be one of the following types of tags:
-- | A 'Tag' can be one of the following types of tags:
--
-- * an opening tag that has a name, a list of attributes, and whether
-- it is a self-closing tag or not