From a729dbc9215544add35557271f21ed733f2eaa00 Mon Sep 17 00:00:00 2001 From: koalaman Date: Thu, 10 Jul 2014 17:24:08 -0700 Subject: [PATCH] Updated SC1010 (markdown) --- SC1010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1010.md b/SC1010.md index 62760cb..fd06d53 100644 --- a/SC1010.md +++ b/SC1010.md @@ -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