aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 97d7b68fb4..c02de2e979 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -365,7 +365,7 @@
* Detect in-place modifications on String attributes.
Before this change, an attribute modified in-place had to be marked as
- changed in order for it be persisted in the database. Now it is no longer
+ changed in order for it to be persisted in the database. Now it is no longer
required.
Before: