mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 00:06:00 +08:00
docs: Add missing >
"Anonymous hyperlink" strikes again! [ci skip]
This commit is contained in:
parent
90958f2402
commit
c693687812
|
@ -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 New Issue
Block a user