aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-13 19:41:40 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-03-13 19:42:32 +0900
commit1dc4d49f517e5cea99063afd9692b201199484ef (patch)
treeae1300e9529b8edd091df9fed922578b5e6d7e21
parent1557d8f96f5c95647c5e9e3d135663d0e7886954 (diff)
downloadrails-1dc4d49f517e5cea99063afd9692b201199484ef.tar.gz
rails-1dc4d49f517e5cea99063afd9692b201199484ef.tar.bz2
rails-1dc4d49f517e5cea99063afd9692b201199484ef.zip
Fix typo s/ActiveSupport::Timezone/ActiveSupport::TimeZone/ [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 4da6421ea4..219ea8787e 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -263,7 +263,7 @@
*Kasper Timm Hansen*
-* Fix bug where `ActiveSupport::Timezone.all` would fail when tzinfo data for
+* Fix bug where `ActiveSupport::TimeZone.all` would fail when tzinfo data for
any timezone defined in `ActiveSupport::TimeZone::MAPPING` is missing.
*Dominik Sander*