summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 53f9109d44..bc9cf8d43f 100644
--- a/NEWS
+++ b/NEWS
@@ -407,7 +407,7 @@ Range::
New method::
* Added Range#minmax, with a faster implementation than Enumerable#minmax.
- [Bug #15807]
+ It returns a maximum that now corresponds to Range#max. [Bug #15807]
RubyVM::