diff options
author | Claudio B <claudiob@users.noreply.github.com> | 2015-11-16 09:05:02 -0800 |
---|---|---|
committer | Claudio B <claudiob@users.noreply.github.com> | 2015-11-16 09:05:02 -0800 |
commit | 0f78936eac10f49e787658642ffec0b4abe6c9ef (patch) | |
tree | bae239a91f2e1f15f86d45cf636d138672b39956 | |
parent | 0ebb0f61c3c66df517c1277265f337a09928da86 (diff) | |
parent | ac568795e71999dacd5cd05fb830050dcf09a4f6 (diff) | |
download | rails-0f78936eac10f49e787658642ffec0b4abe6c9ef.tar.gz rails-0f78936eac10f49e787658642ffec0b4abe6c9ef.tar.bz2 rails-0f78936eac10f49e787658642ffec0b4abe6c9ef.zip |
Merge pull request #22306 from tylerhunt/patch-1
Use proper syntax for class method reference in changelog
-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 9a00825247..5a73ce9b28 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -9,7 +9,7 @@ *Puneet Agarwal* and *Xavier Noria* -* Added `Time#days_in_year` to return the number of days in the given year, or the +* Added `Time.days_in_year` to return the number of days in the given year, or the current year if no argument is provided. *Jon Pascoe* |