Lua filter doc: fix description of Code.text

This commit is contained in:
Albert Krewinkel 2018-10-06 21:44:20 +02:00
parent 73afce113b
commit 05efa5a0e6
No known key found for this signature in database
GPG key ID: 388DC0B21F631124
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -953,7 +953,7 @@ Lua functions for pandoc scripts.
Parameters:
`text`:
: brief image description
: code string
`attr`:
: additional attributes