From 260b98e5bd9c5592f41e778910cfbed023b5ea1c Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 18 Jan 2016 06:15:29 +0000
Subject: fixed docs

---
 spec/src/Thermoprint/Printout/BBCode.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'spec/src/Thermoprint/Printout')

diff --git a/spec/src/Thermoprint/Printout/BBCode.hs b/spec/src/Thermoprint/Printout/BBCode.hs
index 7f09623..fa9d892 100644
--- a/spec/src/Thermoprint/Printout/BBCode.hs
+++ b/spec/src/Thermoprint/Printout/BBCode.hs
@@ -49,7 +49,7 @@ morph' :: Raw.BBCodeError -> BBCodeError
 morph' (Raw.LexerError x) = LexerError x
 morph' (Raw.TreeError x)  = TreeError x
 
--- ^ An error ocurred while parsing the DOM-Forest (`['DomTree']`)
+-- | An error ocurred while parsing the DOM-Forest (`['DomTree']`)
 data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected
                    | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected
                    | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure
-- 
cgit v1.2.3