Updated SC3009 (markdown)

TinCanTech
2021-12-02 14:36:50 +00:00
parent 7acb17292a
commit e1831bb00f

@@ -6,4 +6,4 @@ Problematic code:
for i in {1..5}; do ... for i in {1..5}; do ...
``` ```
Here, `$i` expands to `{1..5}`. It does not exand 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`