mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[Doc] Fix a typo s/invokations/invocations/
This commit is contained in:
parent
dee58d7ae7
commit
fc84e6679d
Notes:
git
2021-04-25 16:45:35 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ defined with <code>...</code>.
|
|||
end
|
||||
|
||||
Since Ruby 3.0, there can be leading arguments before <code>...</code>
|
||||
both in definitions and in invokations (but in definitions they can be
|
||||
both in definitions and in invocations (but in definitions they can be
|
||||
only positional arguments without default values).
|
||||
|
||||
def request(method, path, **headers)
|
||||
|
|
Loading…
Reference in a new issue