From 7ef18bcb54a103b6f16e4fb870b88a3e60f2ebf5 Mon Sep 17 00:00:00 2001 From: Marcos Wright-Kuhns Date: Thu, 14 Jul 2016 14:04:19 -0700 Subject: [PATCH] Add missing code fence for correct regular array --- SC2149.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SC2149.md b/SC2149.md index 2629bba..bd06969 100644 --- a/SC2149.md +++ b/SC2149.md @@ -18,6 +18,7 @@ echo $((array[$index])) ### Correct code: +``` # Regular array index=42 echo $((array[index]))