Skip to content

Commit

Permalink
Merge pull request prawnpdf#977 from eitoball/fix-typo-in-prawn-image…
Browse files Browse the repository at this point in the history
…s-image-method

Fix typo in description of Prawn::Images#image
  • Loading branch information
pointlessone committed Aug 24, 2016
2 parents af6baef + e0c3293 commit ec9531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prawn/images.rb
Expand Up @@ -22,7 +22,7 @@ module Images
# Options:
# <tt>:at</tt>:: an array [x,y] with the location of the top left corner of the image.
# <tt>:position</tt>:: One of (:left, :center, :right) or an x-offset
# <tt>:vposition</tt>:: One of (:top, :center, :center) or an y-offset
# <tt>:vposition</tt>:: One of (:top, :center, :bottom) or an y-offset
# <tt>:height</tt>:: the height of the image [actual height of the image]
# <tt>:width</tt>:: the width of the image [actual width of the image]
# <tt>:scale</tt>:: scale the dimensions of the image proportionally
Expand Down

0 comments on commit ec9531b

Please sign in to comment.