* 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
This commit is contained in:
marcandre 2009-09-24 20:59:19 +00:00
Родитель 0618ca3d8d
Коммит 608267e04c
1 изменённых файлов: 2 добавлений и 2 удалений

4
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