aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-01 10:39:16 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-01 10:39:16 +0000
commitb4c1a13dcc83a9637a328f4e8954f60f821049b3 (patch)
tree927c89284056f88dcaf7b29242990ddc861025ec /doc
parent910eb9836d0da0e06abe055bc5ae74f82eaaa103 (diff)
downloadruby-b4c1a13dcc83a9637a328f4e8954f60f821049b3.tar.gz
* doc/NEWS-2.3.0: fix double words typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-2.3.02
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-2.3.0 b/doc/NEWS-2.3.0
index cd696609da..489aba4a89 100644
--- a/doc/NEWS-2.3.0
+++ b/doc/NEWS-2.3.0
@@ -380,7 +380,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* All accesses to members of big Struct objects are performed in
constant-time. Previously, Struct elements beyond the first 10
- 10 elements used a linear scan. [Feature #10585]
+ elements used a linear scan. [Feature #10585]
* The Set class got several speed up.
[Misc #10754], [r52591]