summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index aa66615fe9..9d4e25e05b 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -1031,7 +1031,7 @@ rb_remove_method(VALUE klass, const char *name)
* remove_method(string) -> self
*
* Removes the method identified by _symbol_ from the current
- * class. For an example, see Module.undef_method.
+ * class. For an example, see Module#undef_method.
* String arguments are converted to symbols.
*/