From 6e13cb070e7e3fee53369134537f114f71dd8697 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:52:59 +0100 Subject: [PATCH] Updated SC2231 (markdown) --- SC2231.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2231.md b/SC2231.md index 68ed4dc..d9df8e6 100644 --- a/SC2231.md +++ b/SC2231.md @@ -1,4 +1,4 @@ -## Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/*.txt . +## Quote expansions in this `for` loop glob to prevent wordsplitting, e.g. `"$dir"/*.txt` . ### Problematic code: