From c4cd37af6dae632bbb64323f7aa3bfeb51d7462b Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 3 Jul 2019 20:19:43 -0700 Subject: [PATCH] Updated SC1067 (markdown) --- SC1067.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1067.md b/SC1067.md index 36a8b26..83d6091 100644 --- a/SC1067.md +++ b/SC1067.md @@ -53,7 +53,7 @@ echo "$varFoo" ### Rationale: -`var$n=value` is not a valid way of assigning to a dynamically created variable name in any shell. Please use one of the other methods to assign to names by expanded string. [Wooledge BashFaq #6](https://mywiki.wooledge.org/BashFAQ/006) has significantly more information on the subject. +`var$n=value` is not a valid way of assigning to a dynamically created variable name in any shell. Please use one of the other methods to assign to names via expanded strings. [Wooledge BashFaq #6](https://mywiki.wooledge.org/BashFAQ/006) has significantly more information on the subject. ### Exceptions: