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

ruby-changes:69789

From: Yusuke <ko1@a...>
Date: Thu, 18 Nov 2021 03:47:51 +0900 (JST)
Subject: [ruby-changes:69789] e1f6ca1911 (master): compile.c: Fix typo

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

From e1f6ca1911083e83752d1f1a34d9dcfb90e1750f Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Thu, 18 Nov 2021 02:40:30 +0900
Subject: compile.c: Fix typo

---
 compile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.c b/compile.c
index 9f31bcfd1b6..81f31482fe4 100644
--- a/compile.c
+++ b/compile.c
@@ -7901,7 +7901,7 @@ mandatory_node(const rb_iseq_t *iseq, const NODE *cond_node) https://github.com/ruby/ruby/blob/trunk/compile.c#L7901
 static int
 compile_builtin_mandatory_only_method(rb_iseq_t *iseq, const NODE *node, const NODE *line_node)
 {
-    // argumens
+    // arguments
     struct rb_args_info args = {
         .pre_args_num = iseq->body->param.lead_num,
     };
-- 
cgit v1.2.1


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

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