From 6e1876a208417e5ece5021de5d9c14578cda6edd Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:39:50 +0100 Subject: [PATCH] Updated SC2149 (markdown) --- SC2149.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2149.md b/SC2149.md index bd06969..a6baae7 100644 --- a/SC2149.md +++ b/SC2149.md @@ -1,4 +1,4 @@ -## Remove $/${} for numeric index, or escape it for string. +## Remove `$`/`${}` for numeric index, or escape it for string. ### Problematic code: