From 8702c4d0d73a050e0d2181e16bf1e0688d6322f0 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 5 Jan 2008 03:35:13 +0000 Subject: update rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.c') 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 {}) -- cgit v1.2.3