Updated SC1010 (markdown)

koalaman
2014-07-10 17:24:08 -07:00
parent b3968e640f
commit a729dbc921

@@ -10,7 +10,7 @@
### Rationale:
(An explanation of why the code is problematic and how the correct code is an improvement)
`done` only works as a keyword when it's the first token of the command. If added after a command, it will just be the literal word "done".
### Contraindications