Skip to content

Commit 558f55f

Browse files
committed
Fix typos
Follow up #6388 and rubocop/rubocop@133ffce.
1 parent 1de4eb3 commit 558f55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rails/ignored_columns_assignment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module Cop
55
module Rails
6-
# This cops looks for assignments of `ignored_columns` that may override previous
6+
# Looks for assignments of `ignored_columns` that may override previous
77
# assignments.
88
#
99
# Overwriting previous assignments is usually a mistake, since it will

0 commit comments

Comments
 (0)