summaryrefslogtreecommitdiff
path: root/test/prism/lex_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/lex_test.rb')
-rw-r--r--test/prism/lex_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/lex_test.rb b/test/prism/lex_test.rb
index 2786c45a22..d34c3d9dd3 100644
--- a/test/prism/lex_test.rb
+++ b/test/prism/lex_test.rb
@@ -17,7 +17,7 @@ module Prism
"spanning_heredoc.txt",
"spanning_heredoc_newlines.txt",
# Prism emits a single :on_tstring_content in <<- style heredocs when there
- # is a line continuation preceeded by escaped backslashes. It should emit two, same
+ # is a line continuation preceded by escaped backslashes. It should emit two, same
# as if the backslashes are not present.
"heredocs_with_fake_newlines.txt",
]