Skip to content

Commit 77fa410

Browse files
committed
fix Date#addDays docs
1 parent 52f1579 commit 77fa410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/helpers.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
Date.today = -> new Date().date()
1010

1111
###*
12-
# Adds the given amount of days to the current/new Date object.
12+
# Creates a new Date object with the given amount of days added.
1313
#
1414
# @method addDays
15-
# @param days {Number} The amount of days to add.
15+
# @param {Number} days The amount of days to add.
1616
# @return {Date} A Date object with the given amount of days added.
1717
###
1818
Date::addDays = (days) ->

0 commit comments

Comments
 (0)