diff options
author | Ray Baxter <ray.baxter@gmail.com> | 2011-07-01 13:35:00 -0700 |
---|---|---|
committer | Ray Baxter <ray.baxter@gmail.com> | 2011-07-01 13:35:00 -0700 |
commit | 0b8cdc16e0b7c3404a0e3470b580235023c53542 (patch) | |
tree | 3ea91da9db9dc84738db7f3587c26ac1adb0c899 /activerecord | |
parent | 7896ac35c06be7ccc3372ec0db638b54c963f842 (diff) | |
download | rails-0b8cdc16e0b7c3404a0e3470b580235023c53542.tar.gz rails-0b8cdc16e0b7c3404a0e3470b580235023c53542.tar.bz2 rails-0b8cdc16e0b7c3404a0e3470b580235023c53542.zip |
fix a typo
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ead2a244e5..6ae8226999 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 anoymous module must be declared using brackets, not do/end (due to order of evaluation). + Note that the anonymous 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] |