summaryrefslogtreecommitdiff
path: root/doc/NEWS-2.3.0
diff options
context:
space:
mode:
Diffstat (limited to 'doc/NEWS-2.3.0')
-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]