From 5dde6a6bdc661400fd445e40b93d3244f1524974 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 20:00:15 +0100 Subject: [PATCH] Updated SC2284 (markdown) --- SC2284.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2284.md b/SC2284.md index 74e9eb3..4e8c110 100644 --- a/SC2284.md +++ b/SC2284.md @@ -1,4 +1,4 @@ -## Use [ x = y ] to compare values (or quote '==' if literal). +## Use `[ x = y ]` to compare values (or quote `'=='` if literal). ### Problematic code: