From 5404f8ee286f63a8c915eba77e3bab6c2f665914 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 18:54:11 +0100 Subject: [PATCH] Updated SC1104 (markdown) --- SC1104.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1104.md b/SC1104.md index 0db3335..d36d06b 100644 --- a/SC1104.md +++ b/SC1104.md @@ -1,4 +1,4 @@ -## Use #!, not just !, for the shebang. +## Use `#!`, not just `!`, for the shebang. ### Problematic code: