summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/prism/parse_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/parse_test.rb b/test/prism/parse_test.rb
index db66b431ba..4255553f51 100644
--- a/test/prism/parse_test.rb
+++ b/test/prism/parse_test.rb
@@ -204,7 +204,7 @@ module Prism
# Additionally, Ripper cannot parse the %w[] fixture in this file, so set ripper_should_parse to false.
ripper_should_parse = false if relative == "spanning_heredoc.txt"
- # Ruby < 3.3.0 cannot parse heredocs where there are leading whitespace charactes in the heredoc start.
+ # Ruby < 3.3.0 cannot parse heredocs where there are leading whitespace characters in the heredoc start.
# Example: <<~' EOF' or <<-' EOF'
# https://bugs.ruby-lang.org/issues/19539
ripper_should_parse = false if relative == "heredocs_leading_whitespace.txt" && RUBY_VERSION < "3.3.0"