diff --git a/proc.c b/proc.c index 2f990f65e4..5ac26be428 100644 --- a/proc.c +++ b/proc.c @@ -1647,7 +1647,7 @@ method_original_name(VALUE obj) * meth.owner -> class_or_module * * Returns the class or module that defines the method. - * See also receiver. + * See also Method#receiver. * * (1..3).method(:map).owner #=> Enumerable */