diff --git a/SC2006.md b/SC2006.md index f05acc9..ab2993c 100644 --- a/SC2006.md +++ b/SC2006.md @@ -1,4 +1,4 @@ -# Use $(..) instead of deprecated \`..\` +# Use $(..) instead of legacy \`..\` ### Problematic code: @@ -10,7 +10,7 @@ ### Rationale: -Backtick command substitution `` `..` `` is legacy syntax with several problems. +Backtick command substitution `` `..` `` is legacy syntax with several issues. 1. It has a series of undefined behaviors related to quoting in POSIX. 1. It imposes a custom escaping mode with surprising results.