Skip to content

Commit

Permalink
typo on weekday function
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBrinkman committed Feb 28, 2024
1 parent f69c4ee commit adef1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ export default function functions(
*
* * 1 : Sunday (1), Monday (2), ..., Saturday (7)
* * 2 : Monday (1), Tuesday (2), ..., Sunday(7)
* * 3 : Monday (0), Tuesday (2), ...., Sunday(6)
* * 3 : Monday (0), Tuesday (1), ...., Sunday(6)
* @param {number} date <<_date_and_time_values, date/time value>> for
* which the day of the week is to be returned.
* Date/time values can be generated using the
Expand Down

0 comments on commit adef1a2

Please sign in to comment.