summaryrefslogtreecommitdiff
path: root/trace_point.rb
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2022-02-08 08:55:49 -0800
committerJeremy Evans <code@jeremyevans.net>2022-03-29 18:14:33 -0700
commit3cad54a246e6f292cc58d10ff002525edc6f404a (patch)
tree3f2a9ed615947844a986c60060c3a7389a2f7686 /trace_point.rb
parentd8dfabbfe6522c495d280e6a12201c3fa88988b5 (diff)
downloadruby-3cad54a246e6f292cc58d10ff002525edc6f404a.tar.gz
Fix comment
Diffstat (limited to 'trace_point.rb')
-rw-r--r--trace_point.rb2
1 files changed, 1 insertions, 1 deletions
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
# # 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?