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

ruby-changes:11672

From: matz <ko1@a...>
Date: Thu, 30 Apr 2009 18:19:56 +0900 (JST)
Subject: [ruby-changes:11672] Ruby:r23311 (trunk): * lib/net/http.rb: documentation typo fixed.

matz	2009-04-30 18:19:42 +0900 (Thu, 30 Apr 2009)

  New Revision: 23311

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

  Log:
    * lib/net/http.rb: documentation typo fixed.  [ruby-core:23335]

  Modified files:
    trunk/ChangeLog
    trunk/lib/net/http.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 23310)
+++ ChangeLog	(revision 23311)
@@ -1,3 +1,7 @@
+Thu Apr 30 18:18:13 2009  Yukihiro Matsumoto  <matz@r...>
+
+	* lib/net/http.rb: documentation typo fixed.  [ruby-core:23335]
+
 Thu Apr 30 15:27:49 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* enc/trans/utf8_mac.trans: get rid of a 1.9 feature for cross
Index: lib/net/http.rb
===================================================================
--- lib/net/http.rb	(revision 23310)
+++ lib/net/http.rb	(revision 23311)
@@ -220,7 +220,7 @@
   #       HTTPUnknownResponse
   #       HTTPInformation                    # 1xx
   #           HTTPContinue                       # 100
-  #           HTTPSwitchProtocl                  # 101
+  #           HTTPSwitchProtocol                 # 101
   #       HTTPSuccess                        # 2xx
   #           HTTPOK                             # 200
   #           HTTPCreated                        # 201

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

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