[前][次][番号順一覧][スレッド一覧]

ruby-changes:65950

From: wonda-tea-coffee <ko1@a...>
Date: Sun, 25 Apr 2021 16:45:27 +0900 (JST)
Subject: [ruby-changes:65950] fc84e6679d (master): [Doc] Fix a typo s/invokations/invocations/

https://git.ruby-lang.org/ruby.git/commit/?id=fc84e6679d

From fc84e6679d98ebb83a02609e8ba2f588e99565eb Mon Sep 17 00:00:00 2001
From: wonda-tea-coffee <rikita.ishikawa@c...>
Date: Sun, 25 Apr 2021 14:02:33 +0900
Subject: [Doc] Fix a typo s/invokations/invocations/

---
 doc/syntax/methods.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc
index 1b75922..b9ec8da 100644
--- a/doc/syntax/methods.rdoc
+++ b/doc/syntax/methods.rdoc
@@ -615,7 +615,7 @@ defined with <code>...</code>. https://github.com/ruby/ruby/blob/trunk/doc/syntax/methods.rdoc#L615
   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)
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]