Skip to content

Commit 9e5c74f

Browse files
nobutas50
authored andcommitted
[ruby/prism] [DOC] Fix a typo in comment
ruby#13636 ruby/prism@e13d4f19db Co-Authored-By: Tim Smith <tsmith84@gmail.com>
1 parent 9e839d3 commit 9e5c74f

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)