1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo s/ActiveSupport::Timezone/ActiveSupport::TimeZone/ [ci skip]

This commit is contained in:
Ryuta Kamizono 2019-03-13 19:41:40 +09:00
parent 1557d8f96f
commit 1dc4d49f51

View file

@ -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*