diff options
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs index d9d413e09..0e5dde9be 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs @@ -52,8 +52,8 @@ functions = "all extensions supported for `format`" #? T.unlines [ "Returns the list of all valid extensions for a format." - , "No distinction is made between input and output, and an" - , "extension have an effect when reading a format but not when" + , "No distinction is made between input and output; an extension" + , "can have an effect when reading a format but not when" , "writing it, or *vice versa*." ] ] |
