aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
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
*/