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

ruby-changes:40525

From: duerst <ko1@a...>
Date: Tue, 17 Nov 2015 11:23:17 +0900 (JST)
Subject: [ruby-changes:40525] duerst:r52606 (trunk): NEWS: Small grammatical fix

duerst	2015-11-17 11:22:29 +0900 (Tue, 17 Nov 2015)

  New Revision: 52606

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

  Log:
    NEWS: Small grammatical fix

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52605)
+++ ChangeLog	(revision 52606)
@@ -1,3 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Nov 17 11:22:22 2015  Martin Duerst  <duerst@i...>
+	* NEWS: Small grammatical fix [ci skip]
+
 Tue Nov 17 10:12:30 2015  Eric Wong  <e@8...>
 
 	* ext/socket/lib/socket.rb (Socket.accept_loop): avoid exceptions
Index: NEWS
===================================================================
--- NEWS	(revision 52605)
+++ NEWS	(revision 52606)
@@ -92,8 +92,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L92
 * Proc
 
   * Proc#call (and also #[], #===, #yield) are optimized.
-    Backtrace doesn't show each methods (show block lines directly).
-    TracePoint also ignore these calls. [Feature #11569]
+    Backtrace doesn't show each method (show block lines directly).
+    TracePoint also ignores these calls. [Feature #11569]
 
 * Struct
   * Struct#dig [Feature #11686]

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

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