summaryrefslogtreecommitdiff
path: root/doc/NEWS-2.3.0
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
commitde962ebbc070b13efb5f0d823cf3289028986fd3 (patch)
treeb4939c4b6d266c200eff40f5e183c435bf95f9f3 /doc/NEWS-2.3.0
parente5cd6d0d9f47d642cceb4dbfc36e399f92684895 (diff)
* 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
Diffstat (limited to 'doc/NEWS-2.3.0')
-rw-r--r--doc/NEWS-2.3.02
1 files changed, 1 insertions, 1 deletions
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