NEWS: quote false [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-08-18 09:56:43 +00:00
parent b6eb3fcbec
commit 3e1a6feeb6
1 changed files with 1 additions and 1 deletions

2
NEWS
View File

@ -121,7 +121,7 @@ sufficient information, see the ChangeLog file or Redmine
* incompatible changes:
* `system()` and `exec()` do not close non-standard file descriptors
(The default of `:close_others` option is changed to false by
(The default of `:close_others` option is changed to `false` by
default. but we still set the `FD_CLOEXEC` flag on descriptors we
create). [Misc #14907]