Skip to content

Commit

Permalink
Merge pull request prawnpdf#1341 from r0ckarong/master
Browse files Browse the repository at this point in the history
Fix typo in images function docs
  • Loading branch information
pointlessone authored Mar 6, 2024
2 parents f82783b + 20a5b2a commit ce37403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prawn/images.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module Images
# not be changed.
# @option options :position [:left, :center, :right, Number]
# Horizontal position relative to the current bounding box.
# @option options :vposition [:topm :center, :bottom, Number]
# @option options :vposition [:top, :center, :bottom, Number]
# Vertical position relative to the current bounding box.
# @option options :height [Number] (actual height of the image)
# The height of the image.
Expand Down

0 comments on commit ce37403

Please sign in to comment.