mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-24 11:58:11 +08:00
docs: Fix missing semicolon in Bash group command example
This commit is contained in:
parent
aa58a54224
commit
2e24aaa605
@ -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…
x
Reference in New Issue
Block a user