aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 02:22:29 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-17 02:22:29 +0000
commitfef3bed49932aae3f85e4266d3030c102cd70fc4 (patch)
tree397d0dc9d35b9f39bf40d3949c2c30dc5a828169 /NEWS
parent92a748cd50976c7247ee2ab2c5368dc08ccc104a (diff)
downloadruby-fef3bed49932aae3f85e4266d3030c102cd70fc4.tar.gz
NEWS: Small grammatical fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a7d2da980a..495616d2bb 100644
--- a/NEWS
+++ b/NEWS
@@ -92,8 +92,8 @@ with all sufficient information, see the ChangeLog file.
* Proc
* Proc#call (and also #[], #===, #yield) are optimized.
- Backtrace doesn't show each methods (show block lines directly).
- TracePoint also ignore these calls. [Feature #11569]
+ Backtrace doesn't show each method (show block lines directly).
+ TracePoint also ignores these calls. [Feature #11569]
* Struct
* Struct#dig [Feature #11686]