From 17a41e6ebcb818c996ea6eeda4ac1e24e12ee08a Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 12 Aug 2008 00:52:17 +0000 Subject: [PATCH] Small haddock documentation fix. (Andrea Rossato) git-svn-id: https://pandoc.googlecode.com/svn/trunk@1407 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/Definition.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Text/Pandoc/Definition.hs b/Text/Pandoc/Definition.hs index 7fc04f698..e97a2a53a 100644 --- a/Text/Pandoc/Definition.hs +++ b/Text/Pandoc/Definition.hs @@ -65,8 +65,8 @@ data ListNumberDelim = DefaultDelim | OneParen | TwoParens deriving (Eq, Show, Read, Typeable, Data) --- | Attributes. -type Attr = (String, [String], [(String, String)]) -- ^ Identifier, classes, key-value pairs +-- | Attributes: identifier, classes, key-value pairs +type Attr = (String, [String], [(String, String)]) -- | Block element. data Block