Skip to content

Commit ce37403

Browse files
authored
Merge pull request #1341 from r0ckarong/master
Fix typo in images function docs
2 parents f82783b + 20a5b2a commit ce37403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prawn/images.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module Images
3535
# not be changed.
3636
# @option options :position [:left, :center, :right, Number]
3737
# Horizontal position relative to the current bounding box.
38-
# @option options :vposition [:topm :center, :bottom, Number]
38+
# @option options :vposition [:top, :center, :bottom, Number]
3939
# Vertical position relative to the current bounding box.
4040
# @option options :height [Number] (actual height of the image)
4141
# The height of the image.

0 commit comments

Comments
 (0)