aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2015-07-11 11:02:00 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2015-07-11 11:02:00 +0200
commitc35c0c4a42b26978304613ddffd19c647e2bf5d1 (patch)
treebfd9d430c40e53749865a11938abb8fec1c0de32
parent169a7476e32e014b721ebd0940007b2ac3d5b8d1 (diff)
parent0a483eba3429b7f53a10ce5c2e2c107d542bf2d9 (diff)
downloadrails-c35c0c4a42b26978304613ddffd19c647e2bf5d1.tar.gz
rails-c35c0c4a42b26978304613ddffd19c647e2bf5d1.tar.bz2
rails-c35c0c4a42b26978304613ddffd19c647e2bf5d1.zip
Merge pull request #20845 from y-yagi/fix_typo_in_changelog
fix class name typo [ci skip]
-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*