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: