From 390370f54f886c8897b0837061606feba546cea2 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:44:46 +0100 Subject: [PATCH] Updated SC2179 (markdown) --- SC2179.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2179.md b/SC2179.md index 5115b67..8c47dad 100644 --- a/SC2179.md +++ b/SC2179.md @@ -1,4 +1,4 @@ -## Use array+=("item") to append items to an array. +## Use `array+=("item")` to append items to an array. ### Problematic code: