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

fix class name typo [ci skip]

This commit is contained in:
yuuji.yaginuma 2015-07-11 17:11:15 +09:00
parent 169a7476e3
commit 0a483eba34

View file

@ -1,4 +1,4 @@
* Fix not calling `#default` on `HashWithIndifferentAcess#to_hash` when only
* Fix not calling `#default` on `HashWithIndifferentAccess#to_hash` when only
`default_proc` is set, which could raise.
*Simon Eskildsen*