From 35aef3b39a18efd4d66862a3b0c80e6e694960dc Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:37:13 +0100 Subject: [PATCH] Updated SC2124 (markdown) --- SC2124.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2124.md b/SC2124.md index 1ddcee7..ed0813e 100644 --- a/SC2124.md +++ b/SC2124.md @@ -1,4 +1,4 @@ -## Assigning an array to a string! Assign as array, or use * instead of @ to concatenate. +## Assigning an array to a string! Assign as array, or use `*` instead of `@` to concatenate. ### Problematic code: