[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
@ -615,7 +615,7 @@ defined with <code>...</code>.
|
|||||||
end
|
end
|
||||||
|
|
||||||
Since Ruby 3.0, there can be leading arguments before <code>...</code>
|
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).
|
only positional arguments without default values).
|
||||||
|
|
||||||
def request(method, path, **headers)
|
def request(method, path, **headers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user