summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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