Skip to content

Commit

Permalink
better doc
Browse files Browse the repository at this point in the history
  • Loading branch information
magec committed Sep 22, 2016
1 parent 612a020 commit dfcb9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/migrations/remove_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Migrations
# Removing indexes is dangerous by nature, if the index you remove
# is used extensively, you could end up with database degradation.
#
# This disallow the use of remove_index at all when. It only allows it
# This disallow the use of remove_index at all. It is only allowed
# inside a down method definition. If you actually know what you are doing
# (usually when the index is not being used) you should explicitly disable
# the check by adding a ``rubocop:disable Migrations/RemoveIndex`` comment
Expand Down

0 comments on commit dfcb9df

Please sign in to comment.