From 2e67748c4f3ecf6305986ccf71f2e9c6dc0220ae Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Oct 2015 23:42:51 +0000 Subject: NEWS: add a space * NEWS: fix wording, "Active Support" has a space in between the words, not ActiveSupport. https://github.com/ruby/ruby/commit/a356fe1#commitcomment-13936198 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e04ad6e4d6..6be8737c4e 100644 --- a/NEWS +++ b/NEWS @@ -22,7 +22,7 @@ with all sufficient information, see the ChangeLog file. * new method call syntax, `object.?foo', method #foo is called on `object' if it is not nil. - this is similar to `try!' in ActiveSupport, except for: + this is similar to `try!' in Active Support, except for: * method name is syntactically required obj.try! {} # valid obj.? {} # syntax error -- cgit v1.2.3