diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2019-07-05 19:00:37 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2019-07-05 19:00:37 +0900 |
commit | fae4489a3a70b7620716c76b53c87fd3171a7571 (patch) | |
tree | acda02a3c5413c3b9689680af8d93ae06043a8d5 /parse.y | |
parent | 6c2b59f9237843a4570d0ab932705b3fa5c18524 (diff) |
Fix a typo
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |