source/text/scalc/01/func_yearfrac.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0e5f1058e25d21ea590e3fbfc6c87e925b791fc5 Author: Steve Fanning <[email protected]> AuthorDate: Tue May 26 13:37:10 2020 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Tue May 26 13:57:12 2020 +0200 Add square brackets around final parameter in syntax statement (to indicate parameter is optional) Change-Id: I6ef58dab8926eb739b7477493ce228e43606124c Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94833 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/scalc/01/func_yearfrac.xhp b/source/text/scalc/01/func_yearfrac.xhp index 059a0e202..86c3b56e0 100644 --- a/source/text/scalc/01/func_yearfrac.xhp +++ b/source/text/scalc/01/func_yearfrac.xhp @@ -31,7 +31,7 @@ <paragraph role="paragraph" id="par_id3150899" xml-lang="en-US"><ahelp hid="HID_AAI_FUNC_YEARFRAC">The result is the number of the years (including fractional part) between <emph>StartDate</emph> and <emph>EndDate</emph>.</ahelp></paragraph> <embed href="text/scalc/01/ODFF.xhp#odff"/> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph role="code" id="par_id3155823" xml-lang="en-US">YEARFRAC(StartDate; EndDate; Basis)</paragraph> +<paragraph role="code" id="par_id3155823" xml-lang="en-US">YEARFRAC(StartDate; EndDate[; Basis])</paragraph> <paragraph role="paragraph" id="par_id3145144" xml-lang="en-US"> <emph>StartDate</emph> and <emph>EndDate</emph> are two date values.</paragraph> <section id="basis"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
