aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-03-21 07:57:24 +0100
committerAlbert Krewinkel <[email protected]>2023-03-21 07:57:24 +0100
commit0883efd14595657a8849f6c0bc4ff623c6a45f53 (patch)
treed74adbf3d311d21faab9739b17ffc58014c1b776 /pandoc-lua-engine
parentf1b55be65f45f3fee0f53dba49d1b338a5588cff (diff)
Lua: Fix typo in pandoc.cli doc string.
Diffstat (limited to 'pandoc-lua-engine')
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs2
1 files changed, 1 insertions, 1 deletions
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