changed double negative "can't not" -> "can"

Mark Ellis
2019-06-13 10:14:01 +01:00
parent 10c417586c
commit 03d249f490

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