Revert "fix a typo"

Reason: Changelogs are not to be changed in docrails.

This reverts commit 0b8cdc16e0.
This commit is contained in:
Vijay Dev 2011-07-02 13:58:26 +05:30
parent 0b8cdc16e0
commit 007214cfb9
1 changed files with 1 additions and 1 deletions

View File

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