aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-02-22 12:32:32 +0100
committerAlbert Krewinkel <[email protected]>2023-03-19 12:33:04 +0100
commitec1a06f5effcf57c6c8d1bd30c47e316a2f13206 (patch)
treeebf5cbcc3678867e2e902a4425210597d9d130ff /pandoc-lua-engine
parent203a652e4318a6bce2685ea02b16c669b36fc16a (diff)
lua-filters.md: autogenerate parts of the Lua API docs
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 89c9741af..37aa719f7 100644
--- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs
+++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/CLI.hs
@@ -79,7 +79,7 @@ repl = defun "repl"
repl')
<#> opt (parameter (typeChecked "table" istable pure) "table" "env"
("Extra environment; the global environment is merged into this" <>
- "table."))
+ " table."))
=?> T.unlines
[ "The result(s) of the last evaluated input, or nothing if the last"
, "input resulted in an error."