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: