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

Merge pull request #22306 from tylerhunt/patch-1

Use proper syntax for class method reference in changelog
This commit is contained in:
Claudio B 2015-11-16 09:05:02 -08:00
commit 0f78936eac

View file

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