diff --git a/exercises/variables/variables1.rs b/exercises/variables/variables1.rs index 5ddc37d..4a3af73 100644 --- a/exercises/variables/variables1.rs +++ b/exercises/variables/variables1.rs @@ -4,7 +4,7 @@ // About this `I AM NOT DONE` thing: // We sometimes encourage you to keep trying things on a given exercise, // even after you already figured it out. If you got everything working and -// feel ready for the next exercise, you the `I AM NOT DONE` comment below. +// feel ready for the next exercise, remove the `I AM NOT DONE` comment below. // I AM NOT DONE