aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/sample.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/sample.lua b/data/sample.lua
index 0e1e4092d..c33be7e92 100644
--- a/data/sample.lua
+++ b/data/sample.lua
@@ -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)