From 03d249f49078094f3592b80f6d7edc889d8a5736 Mon Sep 17 00:00:00 2001 From: Mark Ellis Date: Thu, 13 Jun 2019 10:14:01 +0100 Subject: [PATCH] changed double negative "can't not" -> "can" --- SC2236.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: