* 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
This commit is contained in:
hsbt 2015-12-27 10:55:59 +00:00
parent e5cd6d0d9f
commit de962ebbc0
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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