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@53273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-12-24 06:39:10 +00:00
parent 0901fc5280
commit cc5781cf2a

2
NEWS
View file

@ -380,7 +380,7 @@ with all sufficient information, see the ChangeLog file or Redmine
constant-time. Previously, Struct elements beyond the first 10
10 elements used a linear scan. [Feature #10585]
* The Set class got several speedps.
* The Set class got several speed up.
[Misc #10754], [r52591]
* Socket and I/O related improvements