[前][次][番号順一覧][スレッド一覧]

ruby-changes:22683

From: kazu <ko1@a...>
Date: Wed, 22 Feb 2012 12:50:13 +0900 (JST)
Subject: [ruby-changes:22683] kazu:r34732 (trunk): remove unbalanced parenthesis

kazu	2012-02-22 12:50:02 +0900 (Wed, 22 Feb 2012)

  New Revision: 34732

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34732

  Log:
    remove unbalanced parenthesis

  Modified files:
    trunk/doc/NEWS-1.9.3

Index: doc/NEWS-1.9.3
===================================================================
--- doc/NEWS-1.9.3	(revision 34731)
+++ doc/NEWS-1.9.3	(revision 34732)
@@ -212,7 +212,7 @@
       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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]