diff options
author | Caleb Maclennan <caleb@alerque.com> | 2020-02-11 20:30:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 09:30:48 -0800 |
commit | 4bd8a35e8ffbf3e17584dc46cb647e0f1ea14b91 (patch) | |
tree | 458e1a42e2cae15afca309aad7ac7eb55f19028e /data | |
parent | 114d77c2abac17d3e4676bb654f54535e0b809c9 (diff) | |
download | pandoc-4bd8a35e8ffbf3e17584dc46cb647e0f1ea14b91.tar.gz |
sample.lua: Fix typo in descriptive comments (#6136)
Diffstat (limited to 'data')
-rw-r--r-- | data/sample.lua | 3 |
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) |