Skip to content

Commit

Permalink
Merge pull request #15 from benjamin-ltr/master
Browse files Browse the repository at this point in the history
Fix bad setter method name
  • Loading branch information
maztch authored Jun 10, 2024
2 parents a22eaa1 + a5f098a commit 452221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ilovepdf/tool/pdfjpg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def navigation_timeout=(new_val)
def delay=(new_val)
end

def page_size(new_val)
def page_size=(new_val)
end

def page_orientation=(new_val)
Expand Down

0 comments on commit 452221d

Please sign in to comment.