aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-20 11:17:01 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-20 11:17:01 +0530
commitabd89f96cd51988a50947006c50ae4ff3fe8f040 (patch)
tree1541c083938e01aa48b1b1e440a792b5a13e6715 /activerecord/CHANGELOG.md
parente61cdf02896ffe0a97cc2205a1a812d54638e19a (diff)
downloadrails-abd89f96cd51988a50947006c50ae4ff3fe8f040.tar.gz
rails-abd89f96cd51988a50947006c50ae4ff3fe8f040.tar.bz2
rails-abd89f96cd51988a50947006c50ae4ff3fe8f040.zip
Fix some typos in AR- CHANGELOG, tests, method doc. fixed
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 79247e3028..4c391f7a9d 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -624,7 +624,7 @@
*John Wang*
-* Collection associations `#empty?` always respects builded records.
+* Collection associations `#empty?` always respects built records.
Fixes #8879.
Example:
@@ -1503,7 +1503,7 @@
* Move HABTM validity checks to `ActiveRecord::Reflection`. One side effect of
this is to move when the exceptions are raised from the point of declaration
- to when the association is built. This is consistant with other association
+ to when the association is built. This is consistent with other association
validity checks.
*Andrew White*