aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-18 06:15:29 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-18 06:15:29 +0000
commit260b98e5bd9c5592f41e778910cfbed023b5ea1c (patch)
tree322d75aff9de2f7d596cb948577cfea3651f4363 /spec
parenta292d06fd01de7579498cff333ba67cb1140b7b0 (diff)
downloadthermoprint-260b98e5bd9c5592f41e778910cfbed023b5ea1c.tar
thermoprint-260b98e5bd9c5592f41e778910cfbed023b5ea1c.tar.gz
thermoprint-260b98e5bd9c5592f41e778910cfbed023b5ea1c.tar.bz2
thermoprint-260b98e5bd9c5592f41e778910cfbed023b5ea1c.tar.xz
thermoprint-260b98e5bd9c5592f41e778910cfbed023b5ea1c.zip
fixed docs
Diffstat (limited to 'spec')
-rw-r--r--spec/src/Thermoprint/Printout/BBCode.hs2
1 files changed, 1 insertions, 1 deletions
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
49morph' (Raw.LexerError x) = LexerError x 49morph' (Raw.LexerError x) = LexerError x
50morph' (Raw.TreeError x) = TreeError x 50morph' (Raw.TreeError x) = TreeError x
51 51
52-- ^ An error ocurred while parsing the DOM-Forest (`['DomTree']`) 52-- | An error ocurred while parsing the DOM-Forest (`['DomTree']`)
53data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected 53data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected
54 | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected 54 | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected
55 | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure 55 | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure