aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-08-31 13:22:27 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2017-08-31 16:57:14 +0200
commit1a4658c57390415ec8d59504d096d4383b8970d4 (patch)
treeb1287a82c6440e7d8c193d9fbc9c92dc3b22320e /data
parentbc47cfd40e408b50c010e9d56a7a010a95cde0c8 (diff)
downloadpandoc-1a4658c57390415ec8d59504d096d4383b8970d4.tar.gz
data/pandoc.lua: fix typos in documentation
Diffstat (limited to 'data')
-rw-r--r--data/pandoc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pandoc.lua b/data/pandoc.lua
index 16387d27b..bce4e9326 100644
--- a/data/pandoc.lua
+++ b/data/pandoc.lua
@@ -135,7 +135,7 @@ end
-- @section document
--- A complete pandoc document
--- @function Panoc
+-- @function Pandoc
-- @tparam {Block,...} blocks document content
-- @tparam[opt] Meta meta document meta data
function M.Pandoc(blocks, meta)
@@ -772,7 +772,7 @@ M.UpperAlpha = "UpperAlpha"
-- `--from` command line option.
-- @tparam string markup the markup to be parsed
-- @tparam[opt] string format format specification, defaults to "markdown".
--- @return Doc pandoc document
+-- @treturn Pandoc pandoc document
-- @usage
-- local org_markup = "/emphasis/" -- Input to be read
-- local document = pandoc.read(org_markup, "org")