From 95babcf61458d64053097cfc0c5ec1699c33eef1 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:53:56 +0100 Subject: [PATCH] Updated SC2243 (markdown) --- SC2243.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: