Skip to content

Commit 30c7b36

Browse files
authored
Merge pull request #3587 from ruby/typo-fix
2 parents 7f62971 + e13d4f1 commit 30c7b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/prism/lex_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class LexTest < TestCase
1717
"spanning_heredoc.txt",
1818
"spanning_heredoc_newlines.txt",
1919
# Prism emits a single :on_tstring_content in <<- style heredocs when there
20-
# is a line continuation preceeded by escaped backslashes. It should emit two, same
20+
# is a line continuation preceded by escaped backslashes. It should emit two, same
2121
# as if the backslashes are not present.
2222
"heredocs_with_fake_newlines.txt",
2323
]

0 commit comments

Comments
 (0)