From c4279226a03a71d1ed7a5b9585ad1415f4575e90 Mon Sep 17 00:00:00 2001 From: kinafu <20564946+kinafu@users.noreply.github.com> Date: Fri, 18 May 2018 22:12:58 +0200 Subject: [PATCH] Updated SC1041 (markdown) --- SC1041.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1041.md b/SC1041.md index 874428e..9e0a28e 100644 --- a/SC1041.md +++ b/SC1041.md @@ -36,7 +36,7 @@ Hello Look at your here document and see which line was supposed to terminate it. Then ensure it matches the token exactly, and that it's on its own line with no text before or after. -In Windows the error might occur due to the standard CRLF line-ending, which is Windows-specific. +Under Windows the error might occur due to the standard CRLF line-ending, which is Windows-specific. Try to change the line ending into LF. ### Exceptions: