Skip to content

Commit

Permalink
refactor: Incorrect method name in pdf package
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Feb 29, 2024
1 parent 9fb6ccc commit a66d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silex/outputters/libtexpdf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ local function borderStyle (style, width)
return "/Border[0 0 " .. width .. "]"
end

function outputter:startLink (_, _) -- destination, options as argument
function outputter:beginLink (_, _) -- destination, options as argument
self:_ensureInit()
-- HACK:
-- Looking at the code, pdf.begin_annotation does nothing, and Simon wrote a comment
Expand Down

0 comments on commit a66d89c

Please sign in to comment.