ruby-changes:69919
From: furunkel <ko1@a...>
Date: Wed, 24 Nov 2021 23:06:39 +0900 (JST)
Subject: [ruby-changes:69919] 1dcfcb6bc5 (master): Fix typo
https://git.ruby-lang.org/ruby.git/commit/?id=1dcfcb6bc5 From 1dcfcb6bc508bb0ca4a8855d754401e82c0572b9 Mon Sep 17 00:00:00 2001 From: furunkel <furunkel@u...> Date: Thu, 11 Nov 2021 16:34:24 +0100 Subject: Fix typo --- doc/extension.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extension.rdoc b/doc/extension.rdoc index a1ad930d7e3..1054e6a6afa 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -450,7 +450,7 @@ you may rely on: https://github.com/ruby/ruby/blob/trunk/doc/extension.rdoc#L450 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): -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/