aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/NEWS-2.1.04
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/NEWS-2.1.0 b/doc/NEWS-2.1.0
index 5d4152b8dc..62e791f5d7 100644
--- a/doc/NEWS-2.1.0
+++ b/doc/NEWS-2.1.0
@@ -78,8 +78,8 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
* IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
- * IO#read_nonblock accepts optional `exception: false` to return symbols
- * IO#write_nonblock accepts optional `exception: false` to return symbols
+ * IO#nonblock_read accepts optional `exception: false` to return symbols
+ * IO#nonblock_write accepts optional `exception: false` to return symbols
* Kernel
* New methods: