1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]

* transcode.c: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-08-16 02:18:51 +00:00
parent dd04487e02
commit 6f6ed7fbba
3 changed files with 8 additions and 3 deletions

View file

@ -388,7 +388,7 @@ module Net::HTTPHeader
alias form_data= set_form_data
# Set a HTML form data set.
# Set an HTML form data set.
# +params+ is the form data set; it is an Array of Arrays or a Hash
# +enctype is the type to encode the form data set.
# It is application/x-www-form-urlencoded or multipart/form-data.