From d3d3770e5b69eb5ff750b2428a9acfc71e04fd9f Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:49:24 +0100 Subject: [PATCH] Updated SC2206 (markdown) --- SC2206.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2206.md b/SC2206.md index 39ddfd9..30d5870 100644 --- a/SC2206.md +++ b/SC2206.md @@ -1,4 +1,4 @@ -## Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. +## Quote to prevent word splitting/globbing, or split robustly with mapfile or `read -a`. ### Problematic code: