aboutsummaryrefslogtreecommitdiffstats
path: root/doc/NEWS-1.9.3
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 03:50:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 03:50:02 +0000
commit86716b9768e1e6636321421bc7d0b2b0f9265bb2 (patch)
tree16df5693ff3b293e530ce3b80078abb6c85be44e /doc/NEWS-1.9.3
parenta23f06358ee3e8267650b400f31f0f57ba6c9756 (diff)
downloadruby-86716b9768e1e6636321421bc7d0b2b0f9265bb2.tar.gz
remove unbalanced parenthesis
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS-1.9.3')
-rw-r--r--doc/NEWS-1.9.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-1.9.3 b/doc/NEWS-1.9.3
index b2b0e8f65c..f512fd8691 100644
--- a/doc/NEWS-1.9.3
+++ b/doc/NEWS-1.9.3
@@ -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