From 6de8c5f56c7c3d392ac80b7fbd02a3429cb6806e Mon Sep 17 00:00:00 2001 From: haruna Date: Fri, 21 May 2021 03:36:13 +0900 Subject: [PATCH] Updated SC1042 (markdown) --- SC1042.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SC1042.md b/SC1042.md index 15e1690..4b32869 100644 --- a/SC1042.md +++ b/SC1042.md @@ -1,6 +1,6 @@ -# Close matches include '-eof' (!= 'eof'). +## Close matches include '-eof' (!= 'eof'). -## Problematic code: +### Problematic code: ```bash #!/bin/bash @@ -9,7 +9,7 @@ Hello World -eof ``` -## Correct code: +### Correct code: ```bash #!/bin/bash