Skip to content

Commit 2405c65

Browse files
committed
Fix typo in Lua type defs for the pandoc.mediabag module
1 parent 1bc73c7 commit 2405c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/lua-types/pandoc/mediabag.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Usage:
4040
---@param filepath string Filename and path relative to the output folder.
4141
---@param mime_type string|nil The file's MIME type; use `nil` if unknown or unavailable.
4242
---@param contents string The binary contents of the file
43-
function pandoc.mediabag.fill(filepath, mime_type, contents) end
43+
function pandoc.mediabag.insert(filepath, mime_type, contents) end
4444

4545
--[[
4646
Returns an iterator triple to be used with Lua's generic `for`

0 commit comments

Comments
 (0)