aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSharang Dashputre <sharang.d@gmail.com>2019-03-04 19:21:29 +0530
committerSharang Dashputre <sharang.d@gmail.com>2019-03-04 19:24:03 +0530
commit776384de5068b7bfad7de0b5f49aeccdd5c42d51 (patch)
tree90de61d615af40354c6399bc4bd86b56e3ce6b9d /activerecord
parent467ae9c82b02769b2990e9dbd9e12102e90a17dd (diff)
downloadrails-776384de5068b7bfad7de0b5f49aeccdd5c42d51.tar.gz
rails-776384de5068b7bfad7de0b5f49aeccdd5c42d51.tar.bz2
rails-776384de5068b7bfad7de0b5f49aeccdd5c42d51.zip
Fix typo in CHANGELOG.md [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index ec412c2a9d..979b48c654 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Deprecate mismatched collation comparison for uniquness validator.
+* Deprecate mismatched collation comparison for uniqueness validator.
Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1.
To continue case sensitive comparison on the case insensitive column,