aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRajarshi Das <rajarshid@cybage.com>2013-08-02 12:33:35 +0530
committerRajarshi Das <rajarshid@cybage.com>2013-08-02 12:33:35 +0530
commit36aaf463725f36f30f2e1c4a69b05299fe30f29f (patch)
tree98caf49d657a651947716de6baac4aeadecdcddf /activerecord/CHANGELOG.md
parent5753a8cb2a63284aeb30d5b46e28301478cb779e (diff)
downloadrails-36aaf463725f36f30f2e1c4a69b05299fe30f29f.tar.gz
rails-36aaf463725f36f30f2e1c4a69b05299fe30f29f.tar.bz2
rails-36aaf463725f36f30f2e1c4a69b05299fe30f29f.zip
fix the changelog typo[ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 70d7988e94..5e7a0c3811 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -34,7 +34,7 @@
* When using optimistic locking, `update` was not passing the column to `quote_value`
to allow the connection adapter to properly determine how to quote the value. This was
- affecting certain databases that use specific colmn types.
+ affecting certain databases that use specific column types.
Fixes: #6763