Skip to content

Commit 3f2d47f

Browse files
committed
Fix docs of Cite constructor function
1 parent 58f5cb4 commit 3f2d47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Text/Pandoc/Lua/Marshal/Inline.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ inlineConstructors :: LuaError e => [DocumentedFunction e]
337337
inlineConstructors =
338338
[ defun "Cite"
339339
### liftPure2 (flip Cite)
340-
<#> parameter peekInlinesFuzzy "content" "Inlines" "placeholder content"
340+
<#> parameter peekInlinesFuzzy "Inlines" "content" "placeholder content"
341341
<#> parameter (peekList peekCitation) "{Citation,...}" "citations"
342342
"List of Citations"
343343
=#> functionResult pushInline "Inline" "cite element"

0 commit comments

Comments
 (0)