From 1711b54b7bd54986b85b3577549b512303c51413 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 12 Dec 2017 13:07:08 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aff7957d55..3eb535e9f4 100644 --- a/NEWS +++ b/NEWS @@ -132,7 +132,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Numeric * Numerical comparison operators (<,<=,>=,>) no longer hide exceptions - from #corece method internally. Return nil in #coerce if the coercion is + from #corece method internally. Return nil in #coerce if the coercion is impossible. [Feature #7688] * Process