aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-12 05:39:38 -0700
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-06-12 05:39:38 -0700
commite81420d451f17f20bd495da70d3abc2cba0406d8 (patch)
tree9f14da985f428b5603b84b64d2389c41c3a63566
parent820f674e92967b0a3ee45883870abcaf9f4ebe70 (diff)
parentaa5b627849727807829ed1b14d710bd1cdb972f6 (diff)
downloadrails-e81420d451f17f20bd495da70d3abc2cba0406d8.tar.gz
rails-e81420d451f17f20bd495da70d3abc2cba0406d8.tar.bz2
rails-e81420d451f17f20bd495da70d3abc2cba0406d8.zip
Merge pull request #10922 from prathamesh-sonpatki/typos
Fix typos in AR changelog [ci skip]
-rw-r--r--activerecord/CHANGELOG.md4
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.