Skip to content

Commit

Permalink
Fix typo (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusFT authored and nickcharlton committed Aug 10, 2018
1 parent c2a3fe4 commit 7f070cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module ActiveRecord
# should have_db_index(:name).unique(true)
# end
#
# Since it only ever makes since for `unique` to be `true`, you can also
# Since it only ever makes sense for `unique` to be `true`, you can also
# leave off the argument to save some keystrokes:
#
# # RSpec
Expand Down

0 comments on commit 7f070cb

Please sign in to comment.