1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-02-29 15:14:01 +09:00
parent 7da11ed738
commit f5b7896921
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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),