diff --git a/SC2243.md b/SC2243.md index 175a843..f50baf7 100644 --- a/SC2243.md +++ b/SC2243.md @@ -1,4 +1,4 @@ -## Prefer explicit -n to check for output (or run command without [/[[ to check for success) +## Prefer explicit `-n` to check for output (or run command without `[`/`[[` to check for success) ### Problematic code: