From a08b6fa004b8a44d78f8ae320cd16b6515ed73c6 Mon Sep 17 00:00:00 2001 From: TinCanTech Date: Thu, 2 Dec 2021 14:37:09 +0000 Subject: [PATCH] Updated SC3009 (markdown) --- SC3009.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC3009.md b/SC3009.md index e543e22..1811309 100644 --- a/SC3009.md +++ b/SC3009.md @@ -6,4 +6,4 @@ Problematic code: for i in {1..5}; do ... ``` -Here, `$i` expands to `{1..5}`. It does not expand to the sequence `1 2 3 4 5` +Here, `$i` expands to `{1..5}`. It does **not** expand to the sequence `1 2 3 4 5`