aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 10:55:59 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 10:55:59 +0000
commit21fc3145319fbe6393b4c203afc9e464b35de2ab (patch)
treeb4939c4b6d266c200eff40f5e183c435bf95f9f3
parenta7e8d726a8018c4f9d5c5f79b9eae1b9c45b324b (diff)
downloadruby-21fc3145319fbe6393b4c203afc9e464b35de2ab.tar.gz
* doc/NEWS-2.3.0: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--doc/NEWS-2.3.02
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d79fb3ed10..0c70891128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Dec 27 19:55:55 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * doc/NEWS-2.3.0: fix a typo.
+
Sun Dec 27 18:08:15 2015 Kuniaki IGARASHI <igaiga@gmail.com>
* string.c (rb_str_lstrip_bang, rb_str_rstrip_bang): [DOC] Fix
diff --git a/doc/NEWS-2.3.0 b/doc/NEWS-2.3.0
index be722bc9de..cd696609da 100644
--- a/doc/NEWS-2.3.0
+++ b/doc/NEWS-2.3.0
@@ -400,5 +400,5 @@ with all sufficient information, see the ChangeLog file or Redmine
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