From 20a5b2a1b43325f046bf37a20066e76cf0c5f4f9 Mon Sep 17 00:00:00 2001 From: Markus Napp Date: Wed, 6 Mar 2024 09:45:26 +0100 Subject: [PATCH] Fix typo in images function docs --- lib/prawn/images.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prawn/images.rb b/lib/prawn/images.rb index 2e14adf1d..1aad3ebdf 100644 --- a/lib/prawn/images.rb +++ b/lib/prawn/images.rb @@ -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.