Skip to content

Commit

Permalink
fix images.rb document
Browse files Browse the repository at this point in the history
  • Loading branch information
n1sym authored and pointlessone committed Apr 28, 2022
1 parent 30da9f4 commit 7d4f6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prawn/images.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module Images
# require "open-uri"
#
# Prawn::Document.generate("remote_images.pdf") do
# image open("http://prawnpdf.org/media/prawn_logo.png")
# image URI.open("http://prawnpdf.org/media/prawn_logo.png")
# end
#
# This method returns an image info object which can be used to check the
Expand Down

0 comments on commit 7d4f6b8

Please sign in to comment.