docs: Add missing >

"Anonymous hyperlink" strikes again!

[ci skip]
This commit is contained in:
Fabian Homborg 2019-03-31 10:55:17 +02:00
parent 90958f2402
commit c693687812

View File

@ -10,7 +10,7 @@ LOOP_CONSTRUCT; [COMMANDS...] break; [COMMANDS...] end
Description
-----------
``break`` halts a currently running loop, such as a `switch <cmds/switch.html>`__, `for <cmds/for.html>`__ or `while <cmds/while.html>`__ loop. It is usually added inside of a conditional block such as an `if <cmds/if.html`__ block.
``break`` halts a currently running loop, such as a `switch <cmds/switch.html>`__, `for <cmds/for.html>`__ or `while <cmds/while.html>`__ loop. It is usually added inside of a conditional block such as an `if <cmds/if.html>`__ block.
There are no parameters for ``break``.