diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-06-12 15:15:52 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2013-06-12 15:15:52 +0530 |
commit | aa5b627849727807829ed1b14d710bd1cdb972f6 (patch) | |
tree | 95ff73cea01c27873a0d7134ba12219803ae890c /activerecord | |
parent | de9e9bbbada37626ae32aadc1ae6055b61452817 (diff) | |
download | rails-aa5b627849727807829ed1b14d710bd1cdb972f6.tar.gz rails-aa5b627849727807829ed1b14d710bd1cdb972f6.tar.bz2 rails-aa5b627849727807829ed1b14d710bd1cdb972f6.zip |
Fix typos in AR changelog [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 170084cf67..0955761b7f 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,5 @@ * Remove column restrictions for `count`, let the database raise if the SQL is - invalid. The previos behavior was untested and surprising for the user. + invalid. The previous behavior was untested and surprising for the user. Fixes #5554. Example: @@ -56,7 +56,7 @@ *Yves Senn* -* Fix bug where tiny types are incorectly coerced as booleand when the length is more than 1. +* Fix bug where tiny types are incorrectly coerced as boolean when the length is more than 1. Fixes #10620. |