diff --git a/src/Text/Taggy/Types.hs b/src/Text/Taggy/Types.hs index 0071f95..24c8c98 100644 --- a/src/Text/Taggy/Types.hs +++ b/src/Text/Taggy/Types.hs @@ -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