summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 08:40:11 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-24 08:40:11 +0000
commitacdbb5c0ecba2fde846e93f4f421970f3222ea2f (patch)
treebd34a56b2d91c91154918e709981133b130a56ed /NEWS
parent7d10b978c3fd2eb69ad9d6a925470d6d31548515 (diff)
NEWS: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 878d592687..3303ddb488 100644
--- a/NEWS
+++ b/NEWS
@@ -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]