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.
2 parents 83f613a + 72e7d6b commit fec6733Copy full SHA for fec6733
lib/uri/common.rb
@@ -237,7 +237,7 @@ def self.split(uri)
237
# URI.parse('http://[email protected]:123/forum/questions/?tag=networking&order=newest#top')
238
# # => #<URI::HTTP http://[email protected]:123/forum/questions/?tag=networking&order=newest#top>
239
#
240
- # It's recommended to first ::escape string +uri+
+ # It's recommended to first URI::RFC2396_PARSER.escape string +uri+
241
# if it may contain invalid URI characters.
242
243
def self.parse(uri)
0 commit comments