summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-14 05:55:04 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-14 05:55:04 +0000
commitb9a82eaa13a5438318d78aee0afb907a1d143a51 (patch)
treef49f061a1e68614c21c8f12cd65b150ab82ab467 /object.c
parent5858f6c196db44d58018305dc90180a9345207d9 (diff)
* object.c (InitVM_Object): Update referenced document path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index d09c2444aa..d265d9ff9e 100644
--- a/object.c
+++ b/object.c
@@ -3581,7 +3581,7 @@ InitVM_Object(void)
* Document-class: Data
*
* This is a recommended base class for C extensions using Data_Make_Struct
- * or Data_Wrap_Struct, see README.EXT for details.
+ * or Data_Wrap_Struct, see doc/extension.rdoc for details.
*/
rb_cData = rb_define_class("Data", rb_cObject);
rb_undef_alloc_func(rb_cData);