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

This commit is contained in:
Caleb Maclennan 2020-02-11 20:30:48 +03:00 committed by GitHub
parent 114d77c2ab
commit 4bd8a35e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)