From 403c03d13fee7f31705638fa0b10cc456b0ef71a Mon Sep 17 00:00:00 2001 From: stomar Date: Sun, 7 Jan 2018 17:47:53 +0000 Subject: [PATCH] doc/NEWS-2.5.0: improve language git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS-2.5.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/NEWS-2.5.0 b/doc/NEWS-2.5.0 index aa9d588aec..de059454ea 100644 --- a/doc/NEWS-2.5.0 +++ b/doc/NEWS-2.5.0 @@ -553,7 +553,7 @@ with all sufficient information, see the ChangeLog file or Redmine * Dynamic instrumentation for TracePoint hooks instead of using "trace" instruction to avoid overhead [Feature #14104] -* ERB now generates code from a template which runs 2 times faster than Ruby 2.4 +* ERB now generates code from a template twice as fast as Ruby 2.4 === Miscellaneous changes