summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-07 17:47:53 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-07 17:47:53 +0000
commit403c03d13fee7f31705638fa0b10cc456b0ef71a (patch)
treed53e028324bd2e61a50e545f057b4ceef8ac459f
parent933a3eb07e315e801cbddd804af81cc03f47d2a1 (diff)
doc/NEWS-2.5.0: improve language
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--doc/NEWS-2.5.02
1 files changed, 1 insertions, 1 deletions
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