Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
furunkel authored and nobu committed Nov 24, 2021
1 parent 7d55f1b commit 1dcfcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extension.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1dcfcb6

Please sign in to comment.