diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2017-04-14 03:47:01 +0300 |
---|---|---|
committer | Albert Krewinkel <albert+github@zeitkraut.de> | 2017-04-14 08:27:56 +0200 |
commit | 624ccbd45e24b1862e32252b3a03af7ee652bd16 (patch) | |
tree | b859b1a9e095f3f1ca20f891fe75b8a2db27db15 /src/Text | |
parent | 07778ade395a5fbb4543dbdd3b30fccfe9ed45b2 (diff) | |
download | pandoc-624ccbd45e24b1862e32252b3a03af7ee652bd16.tar.gz |
s/safed/saved/
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Readers/Org/Blocks.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Org/Blocks.hs b/src/Text/Pandoc/Readers/Org/Blocks.hs index 75019f74f..9ef714da7 100644 --- a/src/Text/Pandoc/Readers/Org/Blocks.hs +++ b/src/Text/Pandoc/Readers/Org/Blocks.hs @@ -259,7 +259,7 @@ blockList = do headlineBlocks <- fmap mconcat . sequence . map headlineToBlocks $ runF headlines st return . B.toList $ (runF initialBlocks st) <> headlineBlocks --- | Get the meta information safed in the state. +-- | Get the meta information saved in the state. meta :: Monad m => OrgParser m Meta meta = do meta' <- metaExport |