diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc index 1b75922578e8ec..b9ec8da5ff2cc1 100644 --- a/doc/syntax/methods.rdoc +++ b/doc/syntax/methods.rdoc @@ -615,7 +615,7 @@ defined with .... end Since Ruby 3.0, there can be leading arguments before ... -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)