[前][次][番号順一覧][スレッド一覧]

ruby-changes:50404

From: nobu <ko1@a...>
Date: Thu, 22 Feb 2018 12:14:44 +0900 (JST)
Subject: [ruby-changes:50404] nobu:r62520 (trunk): NEWS: fixed a typo [ci skip]

nobu	2018-02-22 12:14:39 +0900 (Thu, 22 Feb 2018)

  New Revision: 62520

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62520

  Log:
    NEWS: fixed a typo [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 62519)
+++ NEWS	(revision 62520)
@@ -63,7 +63,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L63
 
 === 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].

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]