Update comment

This commit is contained in:
Johannes Altmanninger 2019-10-27 06:47:39 +01:00
parent 40c553db29
commit a930cabb91

View file

@ -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>;