summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfurunkel <furunkel@users.noreply.github.com>2021-11-11 16:34:24 +0100
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-24 23:06:28 +0900
commit1dcfcb6bc508bb0ca4a8855d754401e82c0572b9 (patch)
treef72d8c21c7365bf77a06252ac5c5ff488d75172f /doc
parent7d55f1b6b6b9777a8bd665f6c5ed6a64c7fa2e9b (diff)
Fix typo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5107
Diffstat (limited to 'doc')
-rw-r--r--doc/extension.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index a1ad930d7e..1054e6a6af 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -450,7 +450,7 @@ you may rely on:
To specify whether keyword arguments are passed when calling super:
- VALUE rb_call_super(int argc, const VALUE *argv, int kw_splat)
+ VALUE rb_call_super_kw(int argc, const VALUE *argv, int kw_splat)
+kw_splat+ can have these possible values (used by all methods that accept
+kw_splat+ argument):