s/safed/saved/

This commit is contained in:
Alexander Krotov 2017-04-14 03:47:01 +03:00 committed by Albert Krewinkel
parent 07778ade39
commit 624ccbd45e

View file

@ -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