mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
Fix typo
This commit is contained in:
parent
837c446dc6
commit
e3c6cbaaa6
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ Fish's blocking constructs look a little different. They all start with a word,
|
||||||
end
|
end
|
||||||
|
|
||||||
# (bash allows the word "function",
|
# (bash allows the word "function",
|
||||||
# but this is an extension as an extension)
|
# but this is an extension)
|
||||||
|
|
||||||
Fish does not have an ``until``. Use ``while not`` or ``while !``.
|
Fish does not have an ``until``. Use ``while not`` or ``while !``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue