From adf8716d9882a5b37469c1bab66409ebd734291e Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 16 Aug 2016 02:18:51 +0000 Subject: * 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 --- lib/net/http/header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb index 9a6a360fe2..63a163afbd 100644 --- a/lib/net/http/header.rb +++ b/lib/net/http/header.rb @@ -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. -- cgit v1.2.3