1
0
Fork 0
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:
hsbt 2013-04-17 01:16:58 +00:00
parent a294d45808
commit e9a61266fc

View file

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