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

ruby-changes:41272

From: hsbt <ko1@a...>
Date: Sun, 27 Dec 2015 19:56:06 +0900 (JST)
Subject: [ruby-changes:41272] hsbt:r53344 (trunk): * doc/NEWS-2.3.0: fix a typo.

hsbt	2015-12-27 19:55:59 +0900 (Sun, 27 Dec 2015)

  New Revision: 53344

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

  Log:
    * doc/NEWS-2.3.0: fix a typo.

  Modified files:
    trunk/ChangeLog
    trunk/doc/NEWS-2.3.0
Index: doc/NEWS-2.3.0
===================================================================
--- doc/NEWS-2.3.0	(revision 53343)
+++ doc/NEWS-2.3.0	(revision 53344)
@@ -400,5 +400,5 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L400
     uses select(2), making it immune to slowdowns with high-numbered FDs.
     [Feature #11081] [Feature #11377]
 
-* CGI.escapeHTML is optimized with C extention.
+* CGI.escapeHTML is optimized with C extension.
   https://github.com/ruby/ruby/pull/1164
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53343)
+++ ChangeLog	(revision 53344)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Dec 27 19:55:55 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* doc/NEWS-2.3.0: fix a typo.
+
 Sun Dec 27 18:08:15 2015  Kuniaki IGARASHI  <igaiga@g...>
 
 	* string.c (rb_str_lstrip_bang, rb_str_rstrip_bang): [DOC] Fix

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

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