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

ruby-changes:56371

From: Kazuhiro <ko1@a...>
Date: Fri, 5 Jul 2019 19:01:17 +0900 (JST)
Subject: [ruby-changes:56371] Kazuhiro NISHIYAMA: fae4489a3a (master): Fix a typo

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

From fae4489a3a70b7620716c76b53c87fd3171a7571 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 5 Jul 2019 19:00:37 +0900
Subject: Fix a typo


diff --git a/parse.y b/parse.y
index df773ed..9ec262c 100644
--- a/parse.y
+++ b/parse.y
@@ -7302,7 +7302,7 @@ here_document(struct parser_params *p, rb_strterm_heredoc_t *here) https://github.com/ruby/ruby/blob/trunk/parse.y#L7302
     }
     bol = was_bol(p);
     if (!bol) {
-	/* not beginning of line, cannot be the terminater */
+	/* not beginning of line, cannot be the terminator */
     }
     else if (p->heredoc_line_indent == -1) {
 	/* `heredoc_line_indent == -1` means
-- 
cgit v0.10.2


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

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