diff --git a/SC1120.md b/SC1120.md index 9078a96..c7d854a 100644 --- a/SC1120.md +++ b/SC1120.md @@ -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: