diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2020-07-07 18:57:06 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-08 12:57:26 +0200 |
commit | de1a815d21e38d3942ce3647ffdabb5544b3636d (patch) | |
tree | 103272d03bd40dd105f7c0407258f0ef61a847a5 /source | |
parent | 5e30d8fa70fb0f84dc42f6e716a55630ca4310fb (diff) |
fix doubled colon
Change-Id: I9bad622b777f2e403e24386f7efb985de72aceb6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/98292
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/Resume.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp index f2f6b0d569..0aa2ff88e9 100644 --- a/source/text/sbasic/shared/Resume.xhp +++ b/source/text/sbasic/shared/Resume.xhp @@ -29,7 +29,7 @@ </bascode> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <paragraph role="paragraph" id="par_id481586090298901"><literal>0</literal>: Resets error information and re-executes the instruction that caused the error. <literal>0</literal> is optional.</paragraph> - <paragraph role="paragraph" id="par_id331586090532804"><emph>label: </emph>: Resets error information and resumes execution at the specified label of the current subroutine.</paragraph> + <paragraph role="paragraph" id="par_id331586090532804"><emph>label</emph>: Resets error information and resumes execution at the specified label of the current subroutine.</paragraph> <paragraph role="paragraph" id="par_id331586090432804"><literal>Next</literal>: Resets error information and executes the instruction following the one that caused the error.</paragraph> <paragraph role="paragraph" id="par_id441586333320983">Error information is built with <literal>Erl</literal>, <literal>Err</literal> and <literal>Error$</literal> functions.</paragraph> <list type="unordered"> |