aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-04-22 08:35:36 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2018-04-22 08:35:36 +0900
commit58e18c1aaf136e80dead3a93fc0a301066768767 (patch)
tree455d9132a2ccc9806fe15b201a6500d12dbcf3ac /activesupport/CHANGELOG.md
parent7452351815f0c49164c02368d12d28a83df5134d (diff)
downloadrails-58e18c1aaf136e80dead3a93fc0a301066768767.tar.gz
rails-58e18c1aaf136e80dead3a93fc0a301066768767.tar.bz2
rails-58e18c1aaf136e80dead3a93fc0a301066768767.zip
Fix typo in constant name [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 3cbaa65dea..62c0f612a8 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,5 @@
* Fix bug where `ActiveSupport::Timezone.all` would fail when tzinfo data for
- any timezone defined in `ActiveSupport::MAPPING` is missing.
+ any timezone defined in `ActiveSupport::TimeZone::MAPPING` is missing.
*Dominik Sander*