summaryrefslogtreecommitdiff
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
commit608267e04c11f4fc9b7823d95317a71be33a614c (patch)
tree76d8159c984874527683e7f793f7e6f219db3328 /proc.c
parent0618ca3d8de58c05a16b459cc4c65b9116655e63 (diff)
* proc.c (Method#== doc): Fix doc, cf [ruby-core:24791]
git-svn-id: svn+ssh://ci.ruby-lang.org/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 3300ec9aa7..ac6689d77d 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