summaryrefslogtreecommitdiff
path: root/README.EXT
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
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')
-rw-r--r--README.EXT2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index 4504e98bdc..c65c177a27 100644
--- a/README.EXT
+++ b/README.EXT
@@ -807,7 +807,7 @@ namespace.
Defines a new Ruby module.
- VALUE rb_define_module_under(VALUE module, const char *name, VALUE super)
+ VALUE rb_define_module_under(VALUE module, const char *name)
Defines a new Ruby module under the module's namespace.