From f56ee9e2dbb76153ce1b0127db57f5c7aa850ebd Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:46:15 +0100 Subject: [PATCH] Updated SC2190 (markdown) --- SC2190.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2190.md b/SC2190.md index 053cec5..3b849a9 100644 --- a/SC2190.md +++ b/SC2190.md @@ -1,4 +1,4 @@ -## Elements in associative arrays need index, e.g. array=( [index]=value ) . +## Elements in associative arrays need index, e.g. `array=( [index]=value )` . ### Problematic code: