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

Use proper syntax for class method reference.

This commit is contained in:
Tyler Hunt 2015-11-16 09:42:18 -05:00
parent 0ebb0f61c3
commit ac568795e7

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*