From 05efa5a0e658e9ed83e4149737fdbca2758666ad Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 6 Oct 2018 21:44:20 +0200 Subject: Lua filter doc: fix description of Code.text --- data/pandoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/pandoc.lua') diff --git a/data/pandoc.lua b/data/pandoc.lua index faebd27f9..54370bd1b 100644 --- a/data/pandoc.lua +++ b/data/pandoc.lua @@ -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( -- cgit v1.2.3