We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9bf78 commit 72e7d6bCopy full SHA for 72e7d6b
lib/uri/common.rb
@@ -205,7 +205,7 @@ def self.split(uri)
205
# URI.parse('http://john.doe@www.example.com:123/forum/questions/?tag=networking&order=newest#top')
206
# # => #<URI::HTTP http://john.doe@www.example.com:123/forum/questions/?tag=networking&order=newest#top>
207
#
208
- # It's recommended to first ::escape string +uri+
+ # It's recommended to first URI::RFC2396_PARSER.escape string +uri+
209
# if it may contain invalid URI characters.
210
211
def self.parse(uri)
0 commit comments