summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 03:35:13 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 03:35:13 +0000
commit8702c4d0d73a050e0d2181e16bf1e0688d6322f0 (patch)
tree44597777b73b99e32b2801ca13eec9fcec845727 /proc.c
parent9c2204972b94c4fde59378739651736e4213bef4 (diff)
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 {})