aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 06:39:10 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 06:39:10 +0000
commit2cf1a143c0c6b379b6946927f2b7d0ad00a5d051 (patch)
tree7d790e2c51e6e07d2895b02b5d1f56b40be3967f /NEWS
parent5cd4186c96617cb2708d61566165fd3f95c720be (diff)
downloadruby-2cf1a143c0c6b379b6946927f2b7d0ad00a5d051.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa0076e328..c17a3ef650 100644
--- a/NEWS
+++ b/NEWS
@@ -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