aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-07-02 13:58:26 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-07-02 13:58:26 +0530
commit007214cfb92783d682ad1e01e791595a74c0f7ed (patch)
treeeea1f3daa135715cd7033b76bfe282d51ec8196d /activerecord
parent0b8cdc16e0b7c3404a0e3470b580235023c53542 (diff)
downloadrails-007214cfb92783d682ad1e01e791595a74c0f7ed.tar.gz
rails-007214cfb92783d682ad1e01e791595a74c0f7ed.tar.bz2
rails-007214cfb92783d682ad1e01e791595a74c0f7ed.zip
Revert "fix a typo"
Reason: Changelogs are not to be changed in docrails. This reverts commit 0b8cdc16e0b7c3404a0e3470b580235023c53542.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 6ae8226999..ead2a244e5 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -3027,7 +3027,7 @@ during calendar reform. #7649, #7724 [fedot, Geoff Buesing]
person.first_name # => "David"
person.last_name # => "Heinemeier Hansson"
- Note that the anonymous module must be declared using brackets, not do/end (due to order of evaluation).
+ Note that the anoymous module must be declared using brackets, not do/end (due to order of evaluation).
* Omit internal dtproperties table from SQLServer table list. #2729 [Ryan Tomayko]