summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-02 03:30:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-04-02 03:30:30 +0000
commit5c7e7846b813d8ba318e46e9d85747addcf0a659 (patch)
treebe0972231d7ea0de31252550da6287c3b49a39c8 /lib
parent5896936f2ca0c16a68edb557a122125653fa89a7 (diff)
Fix typo on URI.hierarchical? [ci skip]
* lib/uri/generic.rb (hierarchical?): [DOC] Fix typo in the description. [Fix GH-1851] From: Harry Llewelyn <advocation@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/uri/generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/generic.rb b/lib/uri/generic.rb
index 16cc8885bb..da7e3c5263 100644
--- a/lib/uri/generic.rb
+++ b/lib/uri/generic.rb
@@ -950,7 +950,7 @@ module URI
#
# == Description
#
- # URI has components listed in order of decreashing signficance from left to right
+ # URI has components listed in order of decreasing signficance from left to right
# see RFC3986 https://tools.ietf.org/html/rfc3986 1.2.3
#
# == Usage