diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/net/http/header.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
