diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-05 03:35:13 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-05 03:35:13 +0000 |
commit | 6210d404b10a467827f70dd9c1fc32521e906d86 (patch) | |
tree | 44597777b73b99e32b2801ca13eec9fcec845727 /proc.c | |
parent | 8cc55aaf5b23c50a3f7d1b4ee79667913d258270 (diff) | |
download | ruby-6210d404b10a467827f70dd9c1fc32521e906d86.tar.gz ruby-6210d404b10a467827f70dd9c1fc32521e906d86.tar.xz ruby-6210d404b10a467827f70dd9c1fc32521e906d86.zip |
update rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {}) |