From f5b7896921e450c6ce5b38379242258acc47dfaa Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sat, 29 Feb 2020 15:14:01 +0900 Subject: [PATCH] Fix a typo [ci skip] --- test/irb/test_ruby_lex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/irb/test_ruby_lex.rb b/test/irb/test_ruby_lex.rb index 886891c4a7..dd5a1f7ca5 100644 --- a/test/irb/test_ruby_lex.rb +++ b/test/irb/test_ruby_lex.rb @@ -78,7 +78,7 @@ module TestIRB end end - def test_braces_on_thier_own_line + def test_braces_on_their_own_line input_with_correct_indents = [ Row.new(%q(if true), nil, 2), Row.new(%q( [), nil, 4),