From 5e0d8982f46f25beacc36eb11ba0a9a61fa2aab2 Mon Sep 17 00:00:00 2001 From: Simon Brandt <123938598+Simon-Brandt@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:31:33 +0200 Subject: [PATCH] Fix typo --- SC2335.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2335.md b/SC2335.md index 0e423d5..de0b5c2 100644 --- a/SC2335.md +++ b/SC2335.md @@ -21,7 +21,7 @@ if [ "$var" != foo ]; then :; fi ### Rationale: -Double negation of such binary oprators is unnecessary. +Double negation of such binary operators is unnecessary. ### Exceptions: