diff --git a/SC2236.md b/SC2236.md index 7522288..0349b20 100644 --- a/SC2236.md +++ b/SC2236.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: