* 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
This commit is contained in:
hsbt 2016-01-01 10:39:16 +00:00
Родитель 910eb9836d
Коммит b4c1a13dcc
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Fri Jan 1 19:38:23 2016 okkez <okkez000@gmail.com>
* doc/NEWS-2.3.0: fix double words typo.
Fri Jan 1 15:28:56 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* compile.c (remove_unreachable_chunk): decrease count of

Просмотреть файл

@ -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]