diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-05-09 15:48:35 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-05-09 15:51:59 +0200 |
commit | cc7f7b0547c5d6904908d3ef194b3c33ca6cd4f6 (patch) | |
tree | c94188f4c87a280c50aab22c436fca4eff98c814 | |
parent | 8b131bb728653d553cc82c565d6addaaaa12468e (diff) |
Fix =FIXED() example
Change-Id: I45a820aa6967756e9554aeec7c2c7ee7437a11df
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115211
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060110.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index 718789355f..cd8dca90f5 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -305,7 +305,7 @@ <paragraph role="paragraph" id="par_id21617202293406" xml-lang="en-US"> <item type="input">=FIXED(12345.6789;-2)</item> returns 12,300 as a text string.</paragraph> <paragraph role="paragraph" id="par_id161617202295558" xml-lang="en-US"> <item type="input">=FIXED(12134567.89;-3;1)</item> returns 12135000 as a text string.</paragraph> <paragraph role="paragraph" id="par_id451617286696878" xml-lang="en-US"> <item type="input">=FIXED(12345.789;3/4)</item> returns 12,346 as a text string.</paragraph> -<paragraph role="paragraph" id="par_id371617286698199" xml-lang="en-US"> <item type="input">=FIXED(12345.789,8/5)</item> returns 12,345.8 as a text string.</paragraph> +<paragraph role="paragraph" id="par_id371617286698199" xml-lang="en-US"> <item type="input">=FIXED(12345.789;8/5)</item> returns 12,345.8 as a text string.</paragraph> </section> <section id="jis"> |