From 0f890e90db0c994f37281e584ad84a0eff0affb5 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 10:32:29 +0100 Subject: [PATCH] Markdown update in heading --- SC1038.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1038.md b/SC1038.md index 8592c17..41f9fe2 100644 --- a/SC1038.md +++ b/SC1038.md @@ -1,4 +1,4 @@ -## Shells are space sensitive. Use '< <(cmd)', not '<<(cmd)'. +## Shells are space sensitive. Use `< <(cmd)`, not `<<(cmd)`. ### Problematic code: