summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.1.04
-rw-r--r--doc/NEWS-2.2.02
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/NEWS-2.1.0 b/doc/NEWS-2.1.0
index 62e791f5d7..5d4152b8dc 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#nonblock_read accepts optional `exception: false` to return symbols
- * IO#nonblock_write accepts optional `exception: false` to return symbols
+ * IO#read_nonblock accepts optional `exception: false` to return symbols
+ * IO#write_nonblock accepts optional `exception: false` to return symbols
* Kernel
* New methods:
diff --git a/doc/NEWS-2.2.0 b/doc/NEWS-2.2.0
index 70ccddf32d..5564c606ae 100644
--- a/doc/NEWS-2.2.0
+++ b/doc/NEWS-2.2.0
@@ -63,7 +63,7 @@ with all sufficient information, see the ChangeLog file.
* IO
* Improvements
- * IO#nonblock_read and IO#nonblock_write for pipes on Windows are supported.
+ * IO#read_nonblock and IO#write_nonblock for pipes on Windows are supported.
* Kernel
* New methods: