From ad1e979c92de93dd4dcc399756bc5220c8dd0bd5 Mon Sep 17 00:00:00 2001 From: standstaff <163401255+standstaff@users.noreply.github.com> Date: Sat, 16 Mar 2024 01:38:16 +0800 Subject: Typos: remove repeated words (#9577) Signed-off-by: standstaff --- src/Text/Pandoc/Data.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Data.hs b/src/Text/Pandoc/Data.hs index e6747a500..1b3916019 100644 --- a/src/Text/Pandoc/Data.hs +++ b/src/Text/Pandoc/Data.hs @@ -38,7 +38,7 @@ import Text.Pandoc.Shared (makeCanonical) import Paths_pandoc (getDataDir) #endif --- | Read file from from the default data files. +-- | Read file from the default data files. readDefaultDataFile :: PandocMonad m => FilePath -> m B.ByteString readDefaultDataFile "reference.docx" = B.concat . BL.toChunks . fromArchive <$> getDefaultReferenceDocx -- cgit v1.2.3