From 845eddf81ed55f402120a66e5531b59be80fbe05 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Mon, 17 Feb 2020 12:11:58 -0800 Subject: [PATCH] Updated SC1102 (markdown) --- SC1102.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1102.md b/SC1102.md index 9573363..2df6a54 100644 --- a/SC1102.md +++ b/SC1102.md @@ -1,4 +1,4 @@ -## Shells disambiguate $(( differently or not at all. If the first $( should start command substitution, add a space after it. +## Shells disambiguate `$((` differently or not at all. For `$(command substition)`, add space after `$(` . For `$((arithmetics))`, fix parsing errors. ### Problematic code: