mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typo by @zsalzbank [fix GH-289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a294d45808
commit
e9a61266fc
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ module URI
|
|||
|
||||
# Decode given +str+ of URL-encoded form data.
|
||||
#
|
||||
# This decods + to SP.
|
||||
# This decodes + to SP.
|
||||
#
|
||||
# See URI.encode_www_form_component, URI.decode_www_form
|
||||
def self.decode_www_form_component(str, enc=Encoding::UTF_8)
|
||||
|
|
Loading…
Reference in a new issue