diff --git a/lib/fastlane/plugin/wpmreleasetoolkit/helper/promo_screenshots_helper.rb b/lib/fastlane/plugin/wpmreleasetoolkit/helper/promo_screenshots_helper.rb index 51b3fdf46..c8fa4cc09 100644 --- a/lib/fastlane/plugin/wpmreleasetoolkit/helper/promo_screenshots_helper.rb +++ b/lib/fastlane/plugin/wpmreleasetoolkit/helper/promo_screenshots_helper.rb @@ -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. #