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

NEWS: fix typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2017-12-24 08:40:11 +00:00
parent 7d10b978c3
commit acdbb5c0ec

2
NEWS
View file

@ -426,7 +426,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* Logger
* Logger.new("| command") had been working to open a command
unintentionally. It was prohibitted, and now Logger#initialize
unintentionally. It was prohibited, and now Logger#initialize
treats a String argument only as a filename, as its specification.
[Bug #14212]