1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-06-21 14:55:59 +00:00
parent 68f4385d27
commit 2431ad55b6

2
NEWS
View file

@ -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]