summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-18 19:05:57 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-18 19:06:16 +0200
commit1b8f7197fe68e42778b5baa1a3ad43a0e3ee761a (patch)
treed229f3eee5e54447ee420fc73548cd9b039ed604 /source
parenterror handling w/ Basic (diff)
downloadhelp-1b8f7197fe68e42778b5baa1a3ad43a0e3ee761a.tar.gz
help-1b8f7197fe68e42778b5baa1a3ad43a0e3ee761a.zip
Fix typo
Change-Id: If99fba8853b2e378687727e00986c11b606d5661
Diffstat (limited to 'source')
-rw-r--r--source/text/sbasic/shared/fragments.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/fragments.xhp b/source/text/sbasic/shared/fragments.xhp
index 416149a86e..85c06e9984 100644
--- a/source/text/sbasic/shared/fragments.xhp
+++ b/source/text/sbasic/shared/fragments.xhp
@@ -30,7 +30,7 @@
<paragraph role="paragraph" id="par_id481586090298901"><literal>Optional</literal>: The argument is not mandatory.</paragraph>
<paragraph role="paragraph" id="par_id331586090532804"><literal>ByRef</literal>: The argument is passed by reference. <literal>ByRef</literal> is the default.</paragraph>
<paragraph role="paragraph" id="par_id331586090432804"><literal>ByVal</literal>: The argument is passed by value. Its value can be modified by the called routine.</paragraph>
- <paragraph role="paragraph" id="par_id651587044335713"><emph>type-car:</emph> Type declaration caracter.</paragraph>
+ <paragraph role="paragraph" id="par_id651587044335713"><emph>type-car:</emph> Type declaration character.</paragraph>
<paragraph role="paragraph" id="par_id651587044336713"><emph>type-name</emph>: Primitive data type name. Library or module defined types can also be specified.</paragraph>
<paragraph role="paragraph" id="par_id11587045141290"><emph>= expression:</emph> Specify a default value for the argument, matching its declared type. <literal>Optional</literal> is necessary for each argument specifying a default value.</paragraph>
<paragraph role="paragraph" id="par_id331586091432804"><literal>ParamArray</literal>: Use <literal>ParamArray</literal> when the number of parameters is undetermined. A typical scenario is that of a Calc user-defined function. Using <literal>ParamArray</literal> should be limited to the last argument of a routine.</paragraph>
@@ -58,12 +58,12 @@
</section>
<section id="typecar">
- <h2 id="hd_id231587046013459"><variable id="typecarh2"><link href="text/sbasic/shared/fragments.xhp" name="type declaration caracters fragment"></link></variable></h2>
- <paragraph role="paragraph" id="par_id511586753339474"><image src="media/helpimg/sbasic/type-car_fragment.svg" id="img_id4157296484514"><alt xml-lang="en-US" id="alt_id15152796484516">type declaration caracters</alt></image></paragraph>
+ <h2 id="hd_id231587046013459"><variable id="typecarh2"><link href="text/sbasic/shared/fragments.xhp" name="type declaration characters fragment"></link></variable></h2>
+ <paragraph role="paragraph" id="par_id511586753339474"><image src="media/helpimg/sbasic/type-car_fragment.svg" id="img_id4157296484514"><alt xml-lang="en-US" id="alt_id15152796484516">type declaration characters</alt></image></paragraph>
<bascode>
<paragraph role="bascode" id="par_id3150986" localize="false">{ % | &amp; | ! | # | $ }</paragraph>
</bascode>
</section>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>