Updated SC1120 (markdown)

koalaman
2017-07-08 14:52:25 -07:00
parent 14a1827a3c
commit 09c2929344

@@ -18,9 +18,9 @@ eof
```
### Rationale:
The terminator token for a here document must be on an entirely separate line. No comments are allowed after it.
The terminator token for a here document must be on an entirely separate line. No comments are allowed on this line.
Move the comment somewhere else, such as the next line.
Place the comment somewhere else, such as on the following line.
### Exceptions: