Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Aug 26, 2020
1 parent b5f5b5e commit 8d461ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/cop/style/parallel_assignment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
RuboCop::Config.new('Layout/IndentationWidth' => { 'Width' => 2 })
end

it 'registers an offense when the right side has mulitple arrays' do
it 'registers an offense when the right side has mulitiple arrays' do
expect_offense(<<~RUBY)
a, b, c = [1, 2], [3, 4], [5, 6]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Do not use parallel assignment.
Expand Down

0 comments on commit 8d461ad

Please sign in to comment.