Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Jul 5, 2019
1 parent 6c2b59f commit fae4489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.y
Expand Up @@ -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
Expand Down

0 comments on commit fae4489

Please sign in to comment.