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

NEWS: Small grammatical fix

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2015-11-17 02:22:29 +00:00
parent afe142997b
commit 8e465f9c99
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
Tue Nov 17 11:22:22 2015 Martin Duerst <duerst@it.aoyama.ac.jp>
* NEWS: Small grammatical fix [ci skip]
Tue Nov 17 10:12:30 2015 Eric Wong <e@80x24.org>
* ext/socket/lib/socket.rb (Socket.accept_loop): avoid exceptions

4
NEWS
View file

@ -92,8 +92,8 @@ with all sufficient information, see the ChangeLog file.
* Proc
* Proc#call (and also #[], #===, #yield) are optimized.
Backtrace doesn't show each methods (show block lines directly).
TracePoint also ignore these calls. [Feature #11569]
Backtrace doesn't show each method (show block lines directly).
TracePoint also ignores these calls. [Feature #11569]
* Struct
* Struct#dig [Feature #11686]