Updated SC1039 (markdown)

koalaman 2018-01-10 10:11:30 -08:00
parent 951073b74d
commit a1c69d166a

@ -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: