From 4c9bba8074789648a1dc835269559e445f902702 Mon Sep 17 00:00:00 2001 From: Will Holen <46539685+willholen@users.noreply.github.com> Date: Tue, 8 Sep 2020 15:54:22 -0700 Subject: [PATCH] Updated SC2091 (markdown) --- SC2091.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2091.md b/SC2091.md index eeac724..45e930b 100644 --- a/SC2091.md +++ b/SC2091.md @@ -1,4 +1,4 @@ -## Remove surrounding $() to avoid executing output. +## Remove surrounding $() to avoid executing output (or use eval if intentional). ### Problematic code: