1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixes typo in AS CHANGELOG [ci skip]

References f92ac24.
This commit is contained in:
Xavier Noria 2014-09-29 23:05:27 +02:00
parent f93df52845
commit c935d6f9b5

View file

@ -318,8 +318,8 @@
*Pavel Pravosud*
* `HashWithIndifferentAccess` better respects `#to_hash` on objects it
recieves. In particular, `.new`, `#update`, `#merge`, `#replace` all accept
objects which respond to `#to_hash`, even if those objects are not Hashes
receives. In particular, `.new`, `#update`, `#merge`, and `#replace` accept
objects which respond to `#to_hash`, even if those objects are not hashes
directly.
*Peter Jaros*