summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-18 09:56:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-18 09:56:43 +0000
commit3e1a6feeb636a37bc671461eb341dff97eb4b82b (patch)
tree8ad991d1221dfef7a4d03960a78d39f873dde033 /NEWS
parentb6eb3fcbec3a8112c62f7453cddc9fbe0fc7c037 (diff)
NEWS: quote false [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64446 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 5f8db24c0f..3c0a5b4d9a 100644
--- a/NEWS
+++ b/NEWS
@@ -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]