diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 6ae8226999b227e8a5486a23906d6909078367e9..ead2a244e5f9a6db870183fa237016d25a5a14b1 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]