Updated SC2322 (markdown)

Joachim Ansorg
2022-10-31 15:27:54 +01:00
parent f4686331ee
commit ca58ddc48e

@@ -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: