diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-18 06:15:29 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-18 06:15:29 +0000 |
commit | 260b98e5bd9c5592f41e778910cfbed023b5ea1c (patch) | |
tree | 322d75aff9de2f7d596cb948577cfea3651f4363 /spec | |
parent | a292d06fd01de7579498cff333ba67cb1140b7b0 (diff) | |
download | thermoprint-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.hs | 2 |
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 | |||
49 | morph' (Raw.LexerError x) = LexerError x | 49 | morph' (Raw.LexerError x) = LexerError x |
50 | morph' (Raw.TreeError x) = TreeError x | 50 | morph' (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']`) |
53 | data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected | 53 | data 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 |