aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 403e8466d6..6d034b3dc1 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,7 @@ with all sufficient information, see the ChangeLog file.
* Array
* Array#select!, Array#keep_if, Array#reject!, and Array#delete_if
no longer changes the receiver array instantly every time the
- block is called. [Bug #10714]
+ block is called. [Feature #10714]
* IO
* IO#close doesn't raise when the IO object is closed. [Feature #10718]