diff options
| author | standstaff <163401255+standstaff@users.noreply.github.com> | 2024-03-16 01:38:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 10:38:16 -0700 |
| commit | ad1e979c92de93dd4dcc399756bc5220c8dd0bd5 (patch) | |
| tree | 1f5c0d5744dd8703be0a7b84b861743f699eac77 /src/Text/Pandoc | |
| parent | b617992cc96ad0540deb5df538154c1139bbf274 (diff) | |
Typos: remove repeated words (#9577)
Signed-off-by: standstaff <zhengxingru@yeah.net>
Diffstat (limited to 'src/Text/Pandoc')
| -rw-r--r-- | src/Text/Pandoc/Data.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
