mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Fix missing semicolon in Bash group command example
This commit is contained in:
parent
aa58a54224
commit
2e24aaa605
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ This includes things like:
|
|||
|
||||
(foo; bar) | baz
|
||||
# when it should really have been:
|
||||
{ foo; bar } | baz
|
||||
{ foo; bar; } | baz
|
||||
# becomes
|
||||
begin; foo; bar; end | baz
|
||||
|
||||
|
|
Loading…
Reference in a new issue