Lua: Fix typo in pandoc.cli doc string.

This commit is contained in:
Albert Krewinkel
2023-03-21 07:57:24 +01:00
parent f1b55be65f
commit 0883efd145
@@ -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