From 2dc7299aa7ff8dcf3cbe5c541896e7f10a1f1b74 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:46:29 +0100 Subject: [PATCH] Updated SC2191 (markdown) --- SC2191.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2191.md b/SC2191.md index 60c62ee..f1ac2d5 100644 --- a/SC2191.md +++ b/SC2191.md @@ -1,4 +1,4 @@ -## The = here is literal. To assign by index, use ( [index]=value ) with no spaces. To keep as literal, quote it. +## The `=` here is literal. To assign by index, use `( [index]=value )` with no spaces. To keep as literal, quote it. ### Problematic code: