1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typos in AR changelog [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2013-06-12 15:15:52 +05:30
parent de9e9bbbad
commit aa5b627849

View file

@ -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.