aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-03-19 21:21:06 +0100
committerAlbert Krewinkel <[email protected]>2023-03-19 22:39:15 +0100
commita37eda971377397e7a2cc71553e5e5d7c0326a9b (patch)
tree1ead0d06894084267e19b1c6efa0e55dd176829c /pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs
parentafee37abc74abac6326486bd355ed6ae800c2ca5 (diff)
lua-filters.md: auto-generate docs for more modules
Diffstat (limited to 'pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs')
-rw-r--r--pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs
index 266e502c6..763c2781e 100644
--- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs
+++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Structure.hs
@@ -42,7 +42,7 @@ documentedModule :: Module PandocError
documentedModule = Module
{ moduleName = "pandoc.structure"
, moduleDescription =
- "Access to the higher-level document structure, including" <>
+ "Access to the higher-level document structure, including " <>
"hierarchical sections and the table of contents."
, moduleFields = []
, moduleFunctions =