summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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