summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-22 23:42:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-22 23:42:51 +0000
commit418fa65d1a3e8724d911e5b41be9fd7efac84b2f (patch)
tree29d8f272642a35459154a5338f4b487365766410 /NEWS
parentd4fd2fb0a3fe6bafedb2d28e6d42b052044e9704 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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