From dd3adc5a0419b97d67e34d9677427f1681b2ca29 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sat, 25 Feb 2017 11:17:01 +0900 Subject: [PATCH] Fix typo `HashWithIndifferentAcces` to `HashWithIndifferentAccess` [ci skip] --- activesupport/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)