From ca58ddc48ee500ee899490a5a8e920c3b9b64185 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Mon, 31 Oct 2022 15:27:54 +0100 Subject: [PATCH] Updated SC2322 (markdown) --- SC2322.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2322.md b/SC2322.md index a330133..67c5ea7 100644 --- a/SC2322.md +++ b/SC2322.md @@ -1,4 +1,4 @@ -## In arithmetic contexts, ((x)) is the same as (x). Prefer only one layer of parentheses. +## In arithmetic contexts, `((x))` is the same as `(x)`. Prefer only one layer of parentheses. ### Problematic code: