Updated SC2044 (markdown)

Joachim Ansorg
2021-11-12 19:24:44 +01:00
parent cf0cfaffe6
commit 27e529b31f

@@ -1,4 +1,4 @@
## For loops over find output are fragile. Use find -exec or a while read loop.
## For loops over find output are fragile. Use `find -exec` or a `while read` loop.
### Problematic code: