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: