aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-02-25 11:17:01 +0900
committerGitHub <noreply@github.com>2017-02-25 11:17:01 +0900
commitdd3adc5a0419b97d67e34d9677427f1681b2ca29 (patch)
treeccbd20d87a76453f5603c771584fae9b8665b896 /activesupport/CHANGELOG.md
parentf6f7deed4ae5c066afab30171076132e3df4fc6a (diff)
downloadrails-dd3adc5a0419b97d67e34d9677427f1681b2ca29.tar.gz
rails-dd3adc5a0419b97d67e34d9677427f1681b2ca29.tar.bz2
rails-dd3adc5a0419b97d67e34d9677427f1681b2ca29.zip
Fix typo `HashWithIndifferentAcces` to `HashWithIndifferentAccess` [ci skip]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 80e61f26eb..6dc301e5b4 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Soft-deprecated the top-level `HashWithIndifferentAcces` constant.
+* Soft-deprecated the top-level `HashWithIndifferentAccess` constant.
`ActiveSupport::HashWithIndifferentAccess` should be used instead.
*Robin Dupret* (#28157)