aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhishek <abhishek.jain@vinsol.com>2013-12-18 14:21:10 +0530
committerabhishek <abhishek.jain@vinsol.com>2013-12-18 14:21:10 +0530
commit29712f0cbc6536de01b58912fe86dea8f83f9406 (patch)
treed2c9335606d88514861fa9ea243e82d197235665
parenta2dad133d9f7cdf5c5ea38ec9ca01659f250a318 (diff)
downloadrails-29712f0cbc6536de01b58912fe86dea8f83f9406.tar.gz
rails-29712f0cbc6536de01b58912fe86dea8f83f9406.tar.bz2
rails-29712f0cbc6536de01b58912fe86dea8f83f9406.zip
change to DateTime.civil_from_format from DateTime.civil_from_fromat in changelog [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 9c7078b9a4..7b7f496f2e 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -244,7 +244,7 @@
*Arun Agrawal*
-* Remove deprecated `DateTime.local_offset` in favor of `DateTime.civil_from_fromat`.
+* Remove deprecated `DateTime.local_offset` in favor of `DateTime.civil_from_format`.
*Arun Agrawal*