1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-11-07 12:10:36 +00:00
parent 911f3d9503
commit 36b4b44bdb

2
NEWS
View file

@ -91,7 +91,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* IO
* IO#gets, IO#readline, IO#each_line, IO#readlines, IO#foreach now takes
* IO#gets, IO#readline, IO#each_line, IO#readlines, IO.foreach now takes
an optional keyword argument, chomp flag. [Feature #12553]
* Kernel