sample.lua: Fix typo in descriptive comments (#6136)

This commit is contained in:
Caleb Maclennan
2020-02-11 09:30:48 -08:00
committed by GitHub
parent 114d77c2ab
commit 4bd8a35e8f
+1 -2
View File
@@ -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)