NEWS: fix typo (maesured => measured) [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2018-12-06 10:09:35 +00:00
Родитель 48324dd4db
Коммит aa6dfe7103
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -559,7 +559,7 @@ sufficient information, see the ChangeLog file or Redmine
* Transient Heap (theap) is supported. [Bug #14858] [Feature #14989]
theap is managed heap for short-living memory objects. For example,
making small and short-living Hash object is x2 faster. With rdoc benchmark,
we maesured 6-7% performance improvement.
we measured 6-7% performance improvement.
=== Miscellaneous changes