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
commitcc5781cf2ac2ab09a7786af78a51d856922923bd (patch)
tree7d790e2c51e6e07d2895b02b5d1f56b40be3967f /NEWS
parent0901fc5280f0d325f480d7b9ce286230f462b6c3 (diff)
downloadruby-cc5781cf2ac2ab09a7786af78a51d856922923bd.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