aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index 132fd3ab64..cc744b1e13 100644
--- a/proc.c
+++ b/proc.c
@@ -184,7 +184,7 @@ proc_clone(VALUE self)
*
* define_method always defines a method without the tricks,
* even if a non-lambda Proc object is given.
- * This is only the exception which the tricks is changed.
+ * This is the only exception which the tricks are not preserved.
*
* class C
* define_method(:e, &proc {})