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