1
0
Fork 0
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:
wonda-tea-coffee 2021-04-25 14:02:33 +09:00 committed by Samuel Williams
parent dee58d7ae7
commit fc84e6679d
Notes: git 2021-04-25 16:45:35 +09:00

View file

@ -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)