Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f2d47f

Browse files
committedDec 20, 2024·
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.