aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-07-11 17:11:15 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-07-11 17:11:15 +0900
commit0a483eba3429b7f53a10ce5c2e2c107d542bf2d9 (patch)
treebfd9d430c40e53749865a11938abb8fec1c0de32 /activesupport
parent169a7476e32e014b721ebd0940007b2ac3d5b8d1 (diff)
downloadrails-0a483eba3429b7f53a10ce5c2e2c107d542bf2d9.tar.gz
rails-0a483eba3429b7f53a10ce5c2e2c107d542bf2d9.tar.bz2
rails-0a483eba3429b7f53a10ce5c2e2c107d542bf2d9.zip
fix class name typo [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 4ffaa666b9..334eebc268 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -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*