ruby-changes:41332
From: hsbt <ko1@a...>
Date: Fri, 1 Jan 2016 21:35:44 +0900 (JST)
Subject: [ruby-changes:41332] hsbt:r53404 (trunk): * doc/NEWS-2.3.0: fix double words typo.
hsbt 2016-01-01 10:39:16 +0000 (Fri, 01 Jan 2016) New Revision: 53404 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53404 Log: * doc/NEWS-2.3.0: fix double words typo. Modified files: trunk/ChangeLog trunk/doc/NEWS-2.3.0 Index: doc/NEWS-2.3.0 =================================================================== --- doc/NEWS-2.3.0 (revision 53403) +++ doc/NEWS-2.3.0 (revision 53404) @@ -380,7 +380,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.3.0#L380 * 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] Index: ChangeLog =================================================================== --- ChangeLog (revision 53403) +++ ChangeLog (revision 53404) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Jan 1 19:38:23 2016 okkez <okkez000@g...> + + * doc/NEWS-2.3.0: fix double words typo. + Fri Jan 1 15:28:56 2016 Nobuyoshi Nakada <nobu@r...> * compile.c (remove_unreachable_chunk): decrease count of -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/