From 1e6411ced00a5459e70a5f27651f2c55595ea9c5 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Tue, 26 May 2020 19:44:30 +0200 Subject: [PATCH] Add square brackets around final parameter in syntax statement (to indicate parameter is optional) Change-Id: I9c60cc607f157114da48e5369866adf68394dcf4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94837 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_weekday.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/func_weekday.xhp b/source/text/scalc/01/func_weekday.xhp index 2cc26363f5..0afcbfbdec 100644 --- a/source/text/scalc/01/func_weekday.xhp +++ b/source/text/scalc/01/func_weekday.xhp @@ -37,7 +37,7 @@ Returns the day of the week for the given date value. The day is returned as an integer between 1 (Sunday) and 7 (Saturday) if no type or type=1 is specified. For other types, see the table below. -WEEKDAY(Number; Type) +WEEKDAY(Number[; Type]) Number, as a date value, is a decimal for which the weekday is to be returned. Type is optional and determines the type of calculation.