aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2013-05-07 21:32:52 -0700
committerJosé Valim <jose.valim@plataformatec.com.br>2013-05-07 21:32:52 -0700
commit8b9f5fc864ce87fa13753ba69dd2543eb8b60999 (patch)
treeb8cddafe4b25a510ef767c9703506b03989da0d2 /activerecord
parentd156b4724f79d51bb924ccb5055f3602bb7fcc65 (diff)
parentb5429eec6084cfe9f1283620391f81e3f6fefda4 (diff)
downloadrails-8b9f5fc864ce87fa13753ba69dd2543eb8b60999.tar.gz
rails-8b9f5fc864ce87fa13753ba69dd2543eb8b60999.tar.bz2
rails-8b9f5fc864ce87fa13753ba69dd2543eb8b60999.zip
Merge pull request #10511 from prathamesh-sonpatki/existent
Fix Typo existant -> existent [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 341e85c59e..a3b27425f7 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -4,7 +4,7 @@
* Fixed a bug in `ActiveRecord#sanitize_sql_hash_for_conditions` in which
`self.class` is an argument to `PredicateBuilder#build_from_hash`
- causing `PredicateBuilder` to call non-existant method
+ causing `PredicateBuilder` to call non-existent method
`Class#reflect_on_association`.
*Zach Ohlgren*