From adef1a2a084c40d8e2bddb29da5a943c270f92ed Mon Sep 17 00:00:00 2001 From: John Brinkman Date: Wed, 28 Feb 2024 13:27:56 -0500 Subject: [PATCH] typo on weekday function --- src/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.js b/src/functions.js index 5ecaa4af..f22ccbae 100644 --- a/src/functions.js +++ b/src/functions.js @@ -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