mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/open-uri] [DOC] Fix markup for URI.open
* Add missing slash. https://github.com/ruby/open-uri/commit/40023e63da
This commit is contained in:
parent
66a9e452bb
commit
6fc16e748e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module URI
|
|||
# If the first argument responds to the 'open' method, 'open' is called on
|
||||
# it with the rest of the arguments.
|
||||
#
|
||||
# If the first argument is a string that begins with <code>(protocol)://<code>, it is parsed by
|
||||
# If the first argument is a string that begins with <code>(protocol)://</code>, it is parsed by
|
||||
# URI.parse. If the parsed object responds to the 'open' method,
|
||||
# 'open' is called on it with the rest of the arguments.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue