aboutsummaryrefslogtreecommitdiffstats
path: root/trace_point.rb
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-01-05 00:52:43 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-01-05 00:52:43 +0900
commitce4d167778fa8c5c2aad8af560b4ec9fdf4aea29 (patch)
tree9b883f7d928026f52c0bdb0d32f9d180273f71f0 /trace_point.rb
parentb594005c72f6ef3c84bc3699b30c6372cc7f9362 (diff)
downloadruby-ce4d167778fa8c5c2aad8af560b4ec9fdf4aea29.tar.gz
Fix output of example [ci skip]
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 a8c46a0a0e..d6fc3f713b 100644
--- a/trace_point.rb
+++ b/trace_point.rb
@@ -183,7 +183,7 @@ class TracePoint
# t.enable(target: method(:m1))
#
# m1
- # # prints #<TracePoint:line@test.rb:5 in `m1'>
+ # # prints #<TracePoint:line@test.rb:4 in `m1'>
# m2
# # prints nothing
#