From 0883efd14595657a8849f6c0bc4ff623c6a45f53 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 21 Mar 2023 07:57:24 +0100 Subject: Lua: Fix typo in pandoc.cli doc string. --- pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-lua-engine/src') diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs index a820cad04..e8a5e373b 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs @@ -106,7 +106,7 @@ repl = defun "repl" , " return pandoc.cli.repl{ doc = doc }" , " end" , "" - , "**Note**: it seems that the function exists immediately on Windows," + , "**Note**: it seems that the function exits immediately on Windows," , "without prompting for user input." ] where -- cgit v1.2.3