From 99c03bc9beb9bb70101a6d93a30fc6da7eb23ff8 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:30:48 +0100 Subject: [PATCH] Updated SC2091 (markdown) --- SC2091.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2091.md b/SC2091.md index a87de8e..c0e94e1 100644 --- a/SC2091.md +++ b/SC2091.md @@ -1,4 +1,4 @@ -## Remove surrounding $() to avoid executing output (or use eval if intentional). +## Remove surrounding `$()` to avoid executing output (or use `eval` if intentional). ### Problematic code: