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