summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 06:38:54 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 06:38:54 +0000
commit0901fc5280f0d325f480d7b9ce286230f462b6c3 (patch)
tree35005372b4e78924a66d10db3a23097e333cce30
parentd9ec53a9c767d86bb35608d72d831f7f5c8f4f79 (diff)
remove duplicated ticket number [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7ea12b88d0..fa0076e328 100644
--- a/NEWS
+++ b/NEWS
@@ -247,7 +247,7 @@ with all sufficient information, see the ChangeLog file or Redmine
BasicSocket#sendmsg_nonblock all support `exception: false` to return
:wait_readable or :wait_writable symbols instead of raising
IO::WaitReadable or IO::WaitWritable exceptions
- [Feature #11229] [Feature #11229]
+ [Feature #11229]
* BasicSocket#recv and BasicSocket#recv_nonblock allow an output
String buffer argument like IO#read and IO#read_nonblock to reduce
GC overhead