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

ruby-changes:71545

From: Jeremy <ko1@a...>
Date: Wed, 30 Mar 2022 10:14:56 +0900 (JST)
Subject: [ruby-changes:71545] 3cad54a246 (master): Fix comment

https://git.ruby-lang.org/ruby.git/commit/?id=3cad54a246

From 3cad54a246e6f292cc58d10ff002525edc6f404a Mon Sep 17 00:00:00 2001
From: Jeremy Evans <code@j...>
Date: Tue, 8 Feb 2022 08:55:49 -0800
Subject: Fix comment

---
 trace_point.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trace_point.rb b/trace_point.rb
index d2496662a7..d7b9548ecd 100644
--- a/trace_point.rb
+++ b/trace_point.rb
@@ -168,7 +168,7 @@ class TracePoint https://github.com/ruby/ruby/blob/trunk/trace_point.rb#L168
   #                   #   trace is still enabled
   #
   # If a block is given, the trace will only be enabled during the block call.
-  # block. If target and target_line are both nil, then target_thread will default
+  # If target and target_line are both nil, then target_thread will default
   # to the current thread if a block is given.
   #
   #    trace.enabled?
-- 
cgit v1.2.1


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

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