diff --git a/Directive.md b/Directive.md index 0160f4a..0c91019 100644 --- a/Directive.md +++ b/Directive.md @@ -9,6 +9,6 @@ The only supported directive is `disable`: # shellcheck disable=code[,code...] -Directives are scoped to the structure that follows it. For example, before a function it silences all warnings in the function. Before a case statement, it silences all warnings. +Directives are scoped to the structure that follows it. For example, before a function it silences all warnings in the function. Before a case statement, it silences all warnings in all branches of the case statement. Silencing parser errors is purely cosmetic, and will not make ShellCheck continue. \ No newline at end of file