summaryrefslogtreecommitdiff
path: root/variable.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 /variable.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 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index ad7069ece0..f4988b699d 100644
--- a/variable.c
+++ b/variable.c
@@ -2738,7 +2738,7 @@ rb_const_list(void *data)
* IO.constants.include?(:SYNC) #=> true
* IO.constants(false).include?(:SYNC) #=> false
*
- * Also see Module::const_defined?.
+ * Also see Module#const_defined?.
*/
VALUE