From a1c69d166ae371ada85809df533fcd6753b3ea8e Mon Sep 17 00:00:00 2001 From: koalaman Date: Wed, 10 Jan 2018 10:11:30 -0800 Subject: [PATCH] Updated SC1039 (markdown) --- SC1039.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1039.md b/SC1039.md index 6e26e20..9710980 100644 --- a/SC1039.md +++ b/SC1039.md @@ -30,7 +30,7 @@ You can fix it in one of two ways: 1. Simply remove the indentation, even though this may break formatting. 2. Use `<<-` instead of `<<`, and indent the script with tabs only (spaces will not be recognized). -Removing the indentation is preferred, since the script won't suddenly break if the script is reformatted, copy-pasted, or saved with a different editor. +Removing the indentation is preferred, since the script won't suddenly break if it's reformatted, copy-pasted, or saved with a different editor. ### Exceptions: