mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 12:01:11 -03:00
docs: Fix missing semicolon in Bash group command example
This commit is contained in:
committed by
Fabian Homborg
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user