Skip to content

Commit 1d4ebd1

Browse files
committed
Add more descriptive docs
1 parent 64dbabd commit 1d4ebd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/utils/time.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dayjs.extend(utc);
77
/**
88
* Returns an array of millisecond-timestamps of start-of-week days (Sundays)
99
*
10-
* @param startConfig can take any type that `Date` accepts.
11-
* @param endConfig can take any type that `Date` accepts.
10+
* @param startConfig The start date. Can take any type that `Date` accepts.
11+
* @param endConfig The end date. Can take any type that `Date` accepts.
1212
*/
1313
export function startDaysBetween(startConfig, endConfig) {
1414
const start = dayjs.utc(startConfig);

0 commit comments

Comments
 (0)