From 24294c7d60f4d90eeaf08b2ad68a61621a5dd654 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Feb 2018 03:14:39 +0000 Subject: [PATCH] NEWS: fixed a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2467f59d46..78339bc735 100644 --- a/NEWS +++ b/NEWS @@ -63,7 +63,7 @@ with all sufficient information, see the ChangeLog file or Redmine === Implementation improvements -* Speedup `Proc#call` because we dont' need to care about `$SAFE` any more. +* Speedup `Proc#call` because we don't need to care about `$SAFE` any more. [Feature #14318] With `lc_fizzbuzz` benchmark which uses so many `Proc#call` we can measure x1.4 improvements [Bug #10212].