sample.lua: Fix typo in descriptive comments (#6136)
This commit is contained in:
parent
114d77c2ab
commit
4bd8a35e8f
1 changed files with 1 additions and 2 deletions
|
@ -79,8 +79,7 @@ end
|
|||
-- body is a string, metadata is a table, variables is a table.
|
||||
-- This gives you a fragment. You could use the metadata table to
|
||||
-- fill variables in a custom lua template. Or, pass `--template=...`
|
||||
-- to pandoc, and pandoc will add do the template processing as
|
||||
-- usual.
|
||||
-- to pandoc, and pandoc will do the template processing as usual.
|
||||
function Doc(body, metadata, variables)
|
||||
local buffer = {}
|
||||
local function add(s)
|
||||
|
|
Loading…
Reference in a new issue