summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-22 20:36:08 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-22 20:36:08 +0000
commitd737d5765d43bafccb14d1da30430fb33428faed (patch)
tree7a81c8fa1cdf8e1ad34fe97597e301509ce91c3d /NEWS
parent7b90b137556e0116675cfc5888a18595dc6e55ce (diff)
NEWS: fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee347083a6..e04ad6e4d6 100644
--- a/NEWS
+++ b/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