summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-05 19:00:37 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-05 19:00:37 +0900
commitfae4489a3a70b7620716c76b53c87fd3171a7571 (patch)
treeacda02a3c5413c3b9689680af8d93ae06043a8d5 /parse.y
parent6c2b59f9237843a4570d0ab932705b3fa5c18524 (diff)
Fix a typo
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index df773edf6e..9ec262c5a5 100644
--- a/parse.y
+++ b/parse.y
@@ -7302,7 +7302,7 @@ here_document(struct parser_params *p, rb_strterm_heredoc_t *here)
}
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