From 4bd8a35e8ffbf3e17584dc46cb647e0f1ea14b91 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 11 Feb 2020 20:30:48 +0300 Subject: [PATCH] sample.lua: Fix typo in descriptive comments (#6136) --- data/sample.lua | 3 +-- 1 file changed, 1 insertion(+), 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)