diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_compile_prism.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ruby/test_compile_prism.rb b/test/ruby/test_compile_prism.rb index 70da238f7d..5482a1529d 100644 --- a/test/ruby/test_compile_prism.rb +++ b/test/ruby/test_compile_prism.rb @@ -262,8 +262,8 @@ module Prism end def test_ConstantWriteNode - # We don't call assert_prism_eval directly in this case becuase we - # don't want to assign the constant mutliple times if we run + # We don't call assert_prism_eval directly in this case because we + # don't want to assign the constant multiple times if we run # with `--repeat-count` # Instead, we eval manually here, and remove the constant to constant_name = "YCT" @@ -447,8 +447,8 @@ module Prism end def test_ConstantTargetNode - # We don't call assert_prism_eval directly in this case becuase we - # don't want to assign the constant mutliple times if we run + # We don't call assert_prism_eval directly in this case because we + # don't want to assign the constant multiple times if we run # with `--repeat-count` # Instead, we eval manually here, and remove the constant to constant_names = ["YCT", "YCT2"] @@ -1379,7 +1379,7 @@ module Prism end ############################################################################ - # Calls / arugments # + # Calls / arguments # ############################################################################ def test_ArgumentsNode |
