aboutsummaryrefslogtreecommitdiff
path: root/data/pandoc.lua
diff options
context:
space:
mode:
authorYan Pas <yanp.bugz@gmail.com>2018-10-07 18:10:01 +0300
committerYan Pas <yanp.bugz@gmail.com>2018-10-07 18:10:01 +0300
commit27467189ab184c5d098e244e01f7d1bfdb0d4d45 (patch)
treed1fb96ebbc49ee0c4e73ef354feddd521690d545 /data/pandoc.lua
parent4f3dd3b1af7217214287ab886147c5e33a54774d (diff)
parentbd8a66394bc25b52dca9ffd963a560a4ca492f9c (diff)
downloadpandoc-27467189ab184c5d098e244e01f7d1bfdb0d4d45.tar.gz
Merge branch 'master' into groff_reader
Diffstat (limited to 'data/pandoc.lua')
-rw-r--r--data/pandoc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pandoc.lua b/data/pandoc.lua
index 512b2919c..54370bd1b 100644
--- a/data/pandoc.lua
+++ b/data/pandoc.lua
@@ -124,7 +124,7 @@ Type.behavior = {
Type.behavior.__index = Type.behavior
--- Set a new behavior for the type, inheriting that of the parent type if none
---- is specified explicitely
+--- is specified explicitly
-- @param behavior the behavior object for this type.
-- @local
function Type:set_behavior (behavior)
@@ -487,7 +487,7 @@ M.Cite = M.Inline:create_constructor(
--- Creates a Code inline element
-- @function Code
--- @tparam string text brief image description
+-- @tparam string text code string
-- @tparam[opt] Attr attr additional attributes
-- @treturn Inline code element
M.Code = M.Inline:create_constructor(