From 45c68c74df9c14befca4a22acb96735382c34494 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Mon, 31 Oct 2022 19:47:58 +0100 Subject: [PATCH] Updated SC1138 (markdown) --- SC1138.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1138.md b/SC1138.md index d8e616c..5a24c50 100644 --- a/SC1138.md +++ b/SC1138.md @@ -1,4 +1,4 @@ -## Shells are space sensitive. Use '< <(cmd)', not '<< (cmd)'. +## Shells are space sensitive. Use `< <(cmd)`, not `<< (cmd)`. ### Problematic code: