diff --git a/SC1078.md b/SC1078.md index 6a8770c..1a46d18 100644 --- a/SC1078.md +++ b/SC1078.md @@ -23,7 +23,9 @@ If you do want a multiline variable, just make sure the character after it is a var='multiline 'value -is more readable and won't produce a warning as: +can be rewritten for readability and to remove the warning: var='multiline value' + +As always `` `..` `` should be rewritten to ``$(..)``. \ No newline at end of file