Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jul 11, 2023
1 parent cd65358 commit c1d777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/ast/if_node_spec.rb
Expand Up @@ -138,7 +138,7 @@
it { expect(elsif_node).to be_elsif }
end

context 'with an if statement comtaining an elsif' do
context 'with an if statement containing an elsif' do
let(:source) do
['if foo?',
' 1',
Expand Down

0 comments on commit c1d777b

Please sign in to comment.