From 9a47ddec83b397225caf4bd53a8c05d32f2e9b44 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:15:37 +0100 Subject: [PATCH] Updated SC2007 (markdown) --- SC2007.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2007.md b/SC2007.md index 0f95760..76835ac 100644 --- a/SC2007.md +++ b/SC2007.md @@ -1,4 +1,4 @@ -# Use $((..)) instead of deprecated $[..] +## Use `$((..))` instead of deprecated `$[..]`. ### Problematic code