summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 03:14:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-22 03:14:39 +0000
commit24294c7d60f4d90eeaf08b2ad68a61621a5dd654 (patch)
treefd4c641ee9b8615b3197aa925126226930c5b77d
parent9ffa3795a311cef45b6d34054aa04936e12f43d7 (diff)
NEWS: fixed a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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].