summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 14:55:59 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-21 14:55:59 +0000
commit2431ad55b6907422651a4bbee8366950f0284916 (patch)
tree57b4b83b3835b9686bafc771fb18ad624f8d36e9
parent68f4385d270ef4f6336f425c825ae85eda7a0af0 (diff)
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 237bce2197..b516ee88f4 100644
--- a/NEWS
+++ b/NEWS
@@ -42,7 +42,7 @@ with all sufficient information, see the ChangeLog file.
this affect only files opened as binary. [Feature #11218]
* Thread
- * Thread#name, Thread#name are added to handle thread names [Feature #11251]
+ * Thread#name, Thread#name= are added to handle thread names [Feature #11251]
* NameError
* NameError#receiver is added to take the receiver object. [Feature #10881]