Skip to content

Commit

Permalink
Fix typo in images function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ckarong authored Mar 6, 2024
1 parent f82783b commit 20a5b2a
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 20a5b2a

Please sign in to comment.