aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-02-29 15:14:01 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-02-29 15:14:01 +0900
commitf5b7896921e450c6ce5b38379242258acc47dfaa (patch)
treea81f5e7d04cbf4a5299af6f0a613bb388c03c14c /test/irb
parent7da11ed738cf238029ce5c152e9a66f247e55b25 (diff)
downloadruby-f5b7896921e450c6ce5b38379242258acc47dfaa.tar.gz
Fix a typo [ci skip]
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_ruby_lex.rb2
1 files changed, 1 insertions, 1 deletions
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),