[ruby/prism] [DOC] Fix a typo in comment

ruby/ruby#13636

e13d4f19db

Co-Authored-By: Tim Smith <tsmith84@gmail.com>
This commit is contained in:
Nobuyoshi Nakada 2025-06-17 19:23:41 +09:00 committed by git
parent 9e839d3c0e
commit 9e5c74f219

View file

@ -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",
]