summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/03050500.xhp2
-rw-r--r--source/text/sbasic/shared/Resume.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03050500.xhp b/source/text/sbasic/shared/03050500.xhp
index 2481ea1cfe..7e0e1e11a3 100644
--- a/source/text/sbasic/shared/03050500.xhp
+++ b/source/text/sbasic/shared/03050500.xhp
@@ -44,7 +44,7 @@
<image src="media/helpimg/sbasic/On-Error_statement.svg" id="img_id4156296484514"><alt xml-lang="en-US" id="alt_id15152796484514">On Error Statement diagram</alt></image>
</paragraph>
<bascode>
-<paragraph id="par_id3145173" role="bascode" xml-lang="en-US">On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}</paragraph>
+<paragraph id="par_id3145173" role="bascode" xml-lang="en-US">On [Local] Error {GoTo Labelname | GoTo 0 | Resume Next}</paragraph>
</bascode>
<paragraph id="hd_id3154125" role="heading" level="2" xml-lang="en-US">Parameters:</paragraph>
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp
index 0aa2ff88e9..fa9e60dcc0 100644
--- a/source/text/sbasic/shared/Resume.xhp
+++ b/source/text/sbasic/shared/Resume.xhp
@@ -72,6 +72,6 @@
<paragraph role="bascode" id="bas_id721586096644854" localize="false"> Resume Next</paragraph>
<paragraph role="bascode" id="bas_id431586096645266" localize="false">End Sub ' Iteration</paragraph>
</bascode>
- <warning id="par_id461586091018138">Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a neverending loop.</warning>
+ <warning id="par_id461586091018138">Using <literal>Resume</literal> without parameters to re-execute the faulty instruction can fit certain situations. However that may cause a never ending loop.</warning>
</body>
</helpdocument> \ No newline at end of file