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:
parent
7da11ed738
commit
f5b7896921
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ module TestIRB
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_braces_on_thier_own_line
|
def test_braces_on_their_own_line
|
||||||
input_with_correct_indents = [
|
input_with_correct_indents = [
|
||||||
Row.new(%q(if true), nil, 2),
|
Row.new(%q(if true), nil, 2),
|
||||||
Row.new(%q( [), nil, 4),
|
Row.new(%q( [), nil, 4),
|
||||||
|
|
Loading…
Reference in a new issue