From 624ccbd45e24b1862e32252b3a03af7ee652bd16 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Fri, 14 Apr 2017 03:47:01 +0300 Subject: s/safed/saved/ --- src/Text/Pandoc/Readers/Org/Blocks.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3