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
This commit is contained in:
nobu 2018-04-02 03:30:30 +00:00
parent 5896936f2c
commit 5c7e7846b8

View File

@ -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