diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2018-04-23 12:58:00 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-23 23:10:09 +0200 |
commit | 3db795172c8031ac1a88967f28858812a2d35089 (patch) | |
tree | 2804f2c8d15cd9ddad44604079a1ac813c14de59 /source/text/scalc/01/04060183.xhp | |
parent | 41c6294398f9a3a8ba7c3c66abd4cc14dbbcecd1 (diff) |
Improve formatting in help text.
Change-Id: I873128ed6353caf37f063a87361bd0a6f7c79f96
Reviewed-on: https://gerrit.libreoffice.org/53321
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/04060183.xhp')
-rw-r--r-- | source/text/scalc/01/04060183.xhp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp index 73ce3af89d..1b725410a9 100644 --- a/source/text/scalc/01/04060183.xhp +++ b/source/text/scalc/01/04060183.xhp @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <helpdocument version="1.0"> - + <!-- * This file is part of the LibreOffice project. * @@ -18,8 +18,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - - + + <meta> <topic id="textscalc0104060183xml" indexer="include"> <title id="tit" xml-lang="en-US">Statistical Functions Part Three</title> @@ -205,9 +205,9 @@ <paragraph role="heading" id="hd_id3155956" xml-lang="en-US" level="2">KURT</paragraph> <paragraph role="paragraph" id="par_id3153108" xml-lang="en-US"><ahelp hid="HID_FUNC_KURT">Returns the kurtosis of a data set (at least 4 values required).</ahelp></paragraph> <paragraph role="heading" id="hd_id3150334" xml-lang="en-US" level="3">Syntax</paragraph> -<paragraph role="code" id="par_id3154508" xml-lang="en-US">KURT(Number1; Number2; ...Number30)</paragraph> +<paragraph role="code" id="par_id3154508" xml-lang="en-US">KURT(Number1; Number2; ...; Number30)</paragraph> <paragraph role="paragraph" id="par_id3145167" xml-lang="en-US"> -<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution.</paragraph> +<emph>Number1, Number2, ..., Number30</emph> are numeric arguments or ranges representing a random sample of distribution.</paragraph> <paragraph role="heading" id="hd_id3158000" xml-lang="en-US" level="3">Example</paragraph> <paragraph role="paragraph" id="par_id3150016" xml-lang="en-US"> <item type="input">=KURT(A1;A2;A3;A4;A5;A6)</item> |