From 81a437ace88d7378c67e52b75114cfa436aae092 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Mon, 31 Oct 2022 19:48:54 +0100 Subject: [PATCH] Updated SC2321 (markdown) --- SC2321.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2321.md b/SC2321.md index b965b9c..43a929a 100644 --- a/SC2321.md +++ b/SC2321.md @@ -1,4 +1,4 @@ -## Array indices are already arithmetic contexts. Prefer removing the $(( and )). +## Array indices are already arithmetic contexts. Prefer removing the `$((` and `))`. ### Problematic code: