From e59825a11bebc2e29eee5b00d96d8796de8982e2 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 1 Jan 2016 10:39:16 +0000 Subject: * 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 --- ChangeLog | 4 ++++ doc/NEWS-2.3.0 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 110916c53a..ee4f41d718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 1 19:38:23 2016 okkez + + * doc/NEWS-2.3.0: fix double words typo. + Fri Jan 1 15:28:56 2016 Nobuyoshi Nakada * compile.c (remove_unreachable_chunk): decrease count of 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] -- cgit v1.2.3