From 93836b7c59ee0254ca88118a7c01d01ba38177ec Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Mon, 31 Oct 2022 15:27:21 +0100 Subject: [PATCH] Updated SC2319 (markdown) --- SC2319.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2319.md b/SC2319.md index 65fd919..99fb167 100644 --- a/SC2319.md +++ b/SC2319.md @@ -1,4 +1,4 @@ -## This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten. +## This `$?` refers to a condition, not a command. Assign to a variable to avoid it being overwritten. ### Problematic code: