Skip to content

Commit 92fa470

Browse files
committed
Copy edit the CHANGELOG
Active Record names has space between the words.
1 parent 4755259 commit 92fa470

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

activerecord/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@
182182
183183
* Avoid validating a unique field if it has not changed and is backed by a unique index.
184184
185-
Previously, when saving a record, ActiveRecord will perform an extra query to check for the uniqueness of
186-
each attribute having a `uniqueness` validation, even if that attribute hasn't changed.
187-
If the database has the corresponding unique index, then this validation can never fail for persisted records,
188-
and we could safely skip it.
185+
Previously, when saving a record, Active Record will perform an extra query to check for the
186+
uniqueness of each attribute having a `uniqueness` validation, even if that attribute hasn't changed.
187+
If the database has the corresponding unique index, then this validation can never fail for persisted
188+
records, and we could safely skip it.
189189

190190
*fatkodima*
191191

0 commit comments

Comments
 (0)