diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-05-26 13:37:10 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-26 13:57:12 +0200 |
commit | 0e5f1058e25d21ea590e3fbfc6c87e925b791fc5 (patch) | |
tree | 5fd0eaf88bbf116e6198dcf74ec525be1d161e2b /source | |
parent | 55480f9f761aac470b97326ab13b5444cc57cb74 (diff) |
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_yearfrac.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_yearfrac.xhp b/source/text/scalc/01/func_yearfrac.xhp index 059a0e2028..86c3b56e0c 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"> |