Skip to content

Commit

Permalink
Fix parameter names in screenshots_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Feb 1, 2021
1 parent 05ddd9e commit e52ec0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ def resize_image(original, width, height)
# other = open_image("other-path")
# composite_image(image, other, 0, 0)
#
# @param [Magick::Image] image The original image.
# @param [Magick::Image] image The image that will be placed onto the original image.
# @param [Magick::Image] original The original image.
# @param [Magick::Image] child The image that will be placed onto the original image.
# @param [Integer] x_position The horizontal position for the image to be placed.
# @param [Integer] y_position The vertical position for the image to be placed.
#
Expand Down

0 comments on commit e52ec0d

Please sign in to comment.