diff --git a/SC2237.md b/SC2237.md index 4174572..fd46496 100644 --- a/SC2237.md +++ b/SC2237.md @@ -30,7 +30,7 @@ You have negated `test -z` or `test -n`, resulting in a needless double-negative ### Exceptions: -This is a stylistic issue that does not affect correctness. If you prefer the original expression, you can't not [[Ignore]] it with a directive or flag. +This is a stylistic issue that does not affect correctness. If you prefer the original expression, you can [[Ignore]] it with a directive or flag. ### Related resources: