From 5ee53aa619bda131c6edf8787fcebf73c4aa4f22 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:37:28 +0100 Subject: [PATCH] Updated SC2129 (markdown) --- SC2129.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2129.md b/SC2129.md index aaa259b..83b2b2d 100644 --- a/SC2129.md +++ b/SC2129.md @@ -1,4 +1,4 @@ -## Consider using { cmd1; cmd2; } >> file instead of individual redirects. +## Consider using `{ cmd1; cmd2; } >> file` instead of individual redirects. ### Problematic code: