summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trace_point.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace_point.rb b/trace_point.rb
index 2e85369e65..4272448682 100644
--- a/trace_point.rb
+++ b/trace_point.rb
@@ -31,7 +31,7 @@
#
# To filter what is traced, you can pass any of the following as +events+:
#
-# +:line+:: execute code on a new line
+# +:line+:: execute an expression or statement on a new line
# +:class+:: start a class or module definition
# +:end+:: finish a class or module definition
# +:call+:: call a Ruby method