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: