diff --git a/SC2244.md b/SC2244.md index 5c0d444..e0c37c7 100644 --- a/SC2244.md +++ b/SC2244.md @@ -1,4 +1,4 @@ -## Prefer explicit -n to check non-empty string (or use =/-ne to check boolean/integer). +## Prefer explicit `-n` to check non-empty string (or use `=`/`-ne` to check boolean/integer). ### Problematic code: