Updated SC2043 (markdown)

Vidar Holen
2023-12-10 20:20:06 -08:00
parent 31914f1ddd
commit e071671396

@@ -47,4 +47,4 @@ You should make sure that whatever you loop over will expand into multiple words
### Exceptions ### Exceptions
None. If you stylistically choose to use `for` loops with a single element, e.g. to align with other code or to set up for future extensibility (`for target in x86_64; do ..`), you can [[ignore]] this warning.