From b1b28812efe8e55a639ee6522c24759868925770 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Sun, 20 Jul 2025 03:03:44 +0900 Subject: [PATCH] Updated SC2237 (markdown) --- SC2237.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: