mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b90b13755
commit
d737d5765d
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -129,7 +129,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
* Socket#connect_nonblock, Socket#accept_nonblock,
|
||||
TCPServer#accept_nonblock, UNIXServer#accept_nonblock,
|
||||
BasicSocket#recv_nonblock, BasicSocket#recvmsg_nonblock,
|
||||
BasicSocket#sendmsg_nonblock all support `exception :false` to return
|
||||
BasicSocket#sendmsg_nonblock all support `exception: false` to return
|
||||
:wait_readable or :wait_writable symbols instead of raising
|
||||
IO::WaitReadable or IO::WaitWritable exceptions
|
||||
* BasicSocket#recv and BasicSocket#recv_nonblock allow an output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue