mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo
This commit is contained in:
parent
7d55f1b6b6
commit
1dcfcb6bc5
Notes:
git
2021-11-24 23:06:48 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue