From b34ec00607c0218b3f9e8718d0fc68b3cf228f6c Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 12 Oct 2022 18:11:25 +0200 Subject: doc/lua-filters.md: add documentation for pandoc.format --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc-lua-engine/src/Text') 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*." ] ] -- cgit v1.2.3