From 09c2929344badfd49fa12259cc96d6edb0f927f9 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 8 Jul 2017 14:52:25 -0700 Subject: [PATCH] Updated SC1120 (markdown) --- SC1120.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: