Skip to content

Commit

Permalink
Fix docs of Cite constructor function
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Dec 20, 2024
1 parent 58f5cb4 commit 3f2d47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/Pandoc/Lua/Marshal/Inline.hs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ inlineConstructors :: LuaError e => [DocumentedFunction e]
inlineConstructors =
[ defun "Cite"
### liftPure2 (flip Cite)
<#> parameter peekInlinesFuzzy "content" "Inlines" "placeholder content"
<#> parameter peekInlinesFuzzy "Inlines" "content" "placeholder content"
<#> parameter (peekList peekCitation) "{Citation,...}" "citations"
"List of Citations"
=#> functionResult pushInline "Inline" "cite element"
Expand Down

0 comments on commit 3f2d47f

Please sign in to comment.