Updated SC3009 (markdown)

TinCanTech
2021-12-02 14:37:09 +00:00
parent e1831bb00f
commit a08b6fa004

@@ -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`