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

remove unbalanced parenthesis

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-02-22 03:50:02 +00:00
parent a23f06358e
commit 86716b9768

View file

@ -212,7 +212,7 @@ with all sufficient information, see the ChangeLog file.
http.request_post('/continue', 'body=BODY', 'expect' => '100-continue')
* new method:
* Net::HTTPRequest#set_form): Added to support
* Net::HTTPRequest#set_form: Added to support
both application/x-www-form-urlencoded and multipart/form-data.
* openssl