summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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]