From cfc2b1f952ca153e9d110d2dc39c69360086340c Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:50:04 +0100 Subject: [PATCH] Updated SC2209 (markdown) --- SC2209.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2209.md b/SC2209.md index 3affead..30cc3a8 100644 --- a/SC2209.md +++ b/SC2209.md @@ -1,4 +1,4 @@ -## Use var=$(command) to assign output (or quote to assign string). +## Use `var=$(command)` to assign output (or quote to assign string). ### Problematic code: