source/text/sbasic/shared/03090302.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9e75afecf50e19669649a0536a4641e423f78625
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Wed Jul 22 00:33:26 2020 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Wed Jul 22 02:25:41 2020 +0200

    Fix typo
    
    Change-Id: I33715e0a10c57f20a4d0e51109d5fe7899af2b2d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99192
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/shared/03090302.xhp 
b/source/text/sbasic/shared/03090302.xhp
index 720aa3fdc..4f9cd57f5 100644
--- a/source/text/sbasic/shared/03090302.xhp
+++ b/source/text/sbasic/shared/03090302.xhp
@@ -45,8 +45,8 @@
 </bascode>
 
 <paragraph role="heading" id="hd_id3150870" xml-lang="en-US" 
level="2">Parameters:</paragraph>
-<paragraph role="paragraph" id="par_id471588670859073"><emph>label: </emph>A 
line identifier indicating where to continue execution. The scope of a label in 
that of the routine it belongs to.</paragraph>
-  <paragraph role="paragraph" id="par_id3152596" xml-lang="en-US">Use the 
<literal>GoTo</literal> statement to instruct $[officename] Basic to continue 
program execution at another place within the procedure. The position must be 
indicated by a label. To set a label, assign a name, and then and end it with a 
colon (":").</paragraph>
+<paragraph role="paragraph" id="par_id471588670859073"><emph>label: </emph>A 
line identifier indicating where to continue execution. The scope of a label is 
that of the routine it belongs to.</paragraph>
+  <paragraph role="paragraph" id="par_id3152596" xml-lang="en-US">Use the 
<literal>GoTo</literal> statement to instruct $[officename] Basic to continue 
program execution at another place within the procedure. The position must be 
indicated by a label. To set a label, assign a name, and end it with a colon 
(":").</paragraph>
   <paragraph role="warning" id="par_id3155416" xml-lang="en-US">You cannot use 
the <literal>GoTo</literal> statement to jump out of a <literal>Sub</literal> 
or <literal>Function</literal>.</paragraph>
 <paragraph role="heading" id="hd_id3154731" xml-lang="en-US" 
level="2">Example:</paragraph>
 <bascode>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to