summaryrefslogtreecommitdiff
path: root/README.EXT.ja
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-26 14:56:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-26 14:56:58 +0000
commitfbf0e3d9ae4ae7802efa532fd9955a4e0884e5f0 (patch)
treee0499d66eaad6c6b3c2eaa2bf53a081ed5021034 /README.EXT.ja
parent6c101f9b8311cfa65c7a8047e4466fa9223b5117 (diff)
* README.EXT, README.EXT.ja: fixed wrong function signature.
[ruby-talk:98349] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT.ja')
-rw-r--r--README.EXT.ja2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT.ja b/README.EXT.ja
index f49083e60e..c4d79f1c1e 100644
--- a/README.EXT.ja
+++ b/README.EXT.ja
@@ -934,7 +934,7 @@ VALUE rb_define_module(const char *name)
新しいRubyモジュールを定義する.
-VALUE rb_define_module_under(VALUE module, const char *name, VALUE super)
+VALUE rb_define_module_under(VALUE module, const char *name)
新しいRubyモジュールを定義し,moduleの定数として定義する.