summaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-24 20:59:19 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-24 20:59:19 +0000
commit60346e250efb6e291cb8516a427dbf8c050478d9 (patch)
tree76d8159c984874527683e7f793f7e6f219db3328 /proc.c
parentce1b5896ef227015fc7df4a7154e5abe1942bc46 (diff)
downloadruby-60346e250efb6e291cb8516a427dbf8c050478d9.tar.gz
ruby-60346e250efb6e291cb8516a427dbf8c050478d9.tar.xz
ruby-60346e250efb6e291cb8516a427dbf8c050478d9.zip
* proc.c (Method#== doc): Fix doc, cf [ruby-core:24791]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index 3300ec9aa..ac6689d77 100644
--- a/proc.c
+++ b/proc.c
@@ -982,8 +982,8 @@ mnew(VALUE klass, VALUE obj, ID id, VALUE mclass, int scope)
* call-seq:
* meth == other_meth => true or false
*
- * Two method objects are equal if that are bound to the same
- * object and contain the same body.
+ * Two method objects are equal if they are bound to the same
+ * object and refer to the same method definition.
*/
static VALUE