aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fbe422371d..b1fbfded67 100644
--- a/NEWS
+++ b/NEWS
@@ -471,8 +471,8 @@ Range::
Modified method::
- * Range#=== now uses #cover? for String arguments, too (in Ruby 2.6, it was
- changed from #include? for all types except strings). [Bug #15449]
+ * Range#=== now uses Range#cover? for String arguments, too (in Ruby 2.6, it was
+ changed from Range#include? for all types except strings). [Bug #15449]
RubyVM::