Skip to content

Commit 40023e6

Browse files
[DOC] Fix markup for URI.open
* Add missing slash.
1 parent 8b9fcc1 commit 40023e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/open-uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module URI
99
# If the first argument responds to the 'open' method, 'open' is called on
1010
# it with the rest of the arguments.
1111
#
12-
# If the first argument is a string that begins with <code>(protocol)://<code>, it is parsed by
12+
# If the first argument is a string that begins with <code>(protocol)://</code>, it is parsed by
1313
# URI.parse. If the parsed object responds to the 'open' method,
1414
# 'open' is called on it with the rest of the arguments.
1515
#

0 commit comments

Comments
 (0)