aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorTyler Hunt <tyler@tylerhunt.com>2015-11-16 09:42:18 -0500
committerTyler Hunt <tyler@tylerhunt.com>2015-11-16 09:42:18 -0500
commitac568795e71999dacd5cd05fb830050dcf09a4f6 (patch)
treebae239a91f2e1f15f86d45cf636d138672b39956 /activesupport
parent0ebb0f61c3c66df517c1277265f337a09928da86 (diff)
downloadrails-ac568795e71999dacd5cd05fb830050dcf09a4f6.tar.gz
rails-ac568795e71999dacd5cd05fb830050dcf09a4f6.tar.bz2
rails-ac568795e71999dacd5cd05fb830050dcf09a4f6.zip
Use proper syntax for class method reference.
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
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*