mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
docs: Add missing >
"Anonymous hyperlink" strikes again! [ci skip]
This commit is contained in:
parent
90958f2402
commit
c693687812
1 changed files with 1 additions and 1 deletions
|
@ -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``.
|
||||
|
||||
|
|
Loading…
Reference in a new issue