mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
Update comment
This commit is contained in:
parent
40c553db29
commit
a930cabb91
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ DEF_ALT(job_continuation) {
|
|||
ALT_BODY(job_continuation, piped, empty);
|
||||
};
|
||||
|
||||
// A statement is a normal command, or an if / while / and etc
|
||||
// A statement is a normal command, or an if / while / not etc.
|
||||
DEF_ALT(statement) {
|
||||
using nots = single<not_statement>;
|
||||
using block = single<block_statement>;
|
||||
|
|
Loading…
Reference in a new issue