From 6bcf228b866dcae4fc790fbcaa59577754436cee Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:52:17 +0100 Subject: [PATCH] Updated SC2229 (markdown) --- SC2229.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2229.md b/SC2229.md index bd0adfd..9916c80 100644 --- a/SC2229.md +++ b/SC2229.md @@ -1,4 +1,4 @@ -## This does not read 'foo'. Remove $/${} for that, or use ${var?} to quiet. +## This does not read `foo`. Remove `$`/`${}` for that, or use `${var?}` to quiet. ### Problematic code: