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: