Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 7d4f6b8

Browse files
n1sympointlessone
authored andcommitted
fix images.rb document
1 parent 30da9f4 commit 7d4f6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prawn/images.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module Images
5858
# require "open-uri"
5959
#
6060
# Prawn::Document.generate("remote_images.pdf") do
61-
# image open("http://prawnpdf.org/media/prawn_logo.png")
61+
# image URI.open("http://prawnpdf.org/media/prawn_logo.png")
6262
# end
6363
#
6464
# This method returns an image info object which can be used to check the

0 commit comments

Comments
 (0)