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 | |
| parent | b617992cc96ad0540deb5df538154c1139bbf274 (diff) | |
Typos: remove repeated words (#9577)
Signed-off-by: standstaff <zhengxingru@yeah.net>
| -rw-r--r-- | doc/lua-filters.md | 2 | ||||
| -rw-r--r-- | src/Text/Pandoc/Data.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 314446c91..2dcf76995 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1824,7 +1824,7 @@ values: Applies a Lua filter to the Inlines list. Just as for full-document filters, the order in which elements are handled -are are Inline → Inlines → Block → Blocks. The filter is applied +are Inline → Inlines → Block → Blocks. The filter is applied to all list items *and* to the list itself. Returns a (deep) copy on which the filter has been applied: the original list is left untouched. 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 |
