diff options
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs | 2 |
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 |
