diff options
author | abhishek <abhishek.jain@vinsol.com> | 2013-12-18 14:21:10 +0530 |
---|---|---|
committer | abhishek <abhishek.jain@vinsol.com> | 2013-12-18 14:21:10 +0530 |
commit | 29712f0cbc6536de01b58912fe86dea8f83f9406 (patch) | |
tree | d2c9335606d88514861fa9ea243e82d197235665 | |
parent | a2dad133d9f7cdf5c5ea38ec9ca01659f250a318 (diff) | |
download | rails-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.md | 2 |
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* |