From 43e5b663ced38bdca494ab7157040a8f21ec3604 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:22:54 +0100 Subject: [PATCH] Updated SC2037 (markdown) --- SC2037.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2037.md b/SC2037.md index 090c8cc..0347f9d 100644 --- a/SC2037.md +++ b/SC2037.md @@ -1,4 +1,4 @@ -## To assign the output of a command, use var=$(cmd) . +## To assign the output of a command, use `var=$(cmd)` . ### Problematic code: