Updated SC1042 (markdown)

haruna
2021-05-21 03:36:13 +09:00
parent c6dd4b5196
commit 6de8c5f56c

@@ -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