summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-28 03:33:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-28 03:33:36 +0000
commit978290515ea32204ff4b4173d6283050d628bd37 (patch)
treed107d9760372ea7074bb3e93a0f6ccd67eb2af75 /vm_method.c
parentde0ef1a9dfd9f966ad7e667788f3e333944d959e (diff)
[DOC] Fix method references to Method instance methods
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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.
*/