diff options
| author | Chris Keschnat <chris@rivered.de> | 2019-11-12 17:27:02 +0100 |
|---|---|---|
| committer | Chris Keschnat <chris@rivered.de> | 2019-11-12 17:33:25 +0100 |
| commit | fda5a47069e0954f16a04e8e50945e03becb71a5 (patch) | |
| tree | ac9cb419d75407478ebb335f6fdef7290ac52cd0 /exercises/variables | |
| parent | 57a837bde62e9b63ccf6d5f125aa7aef75fabd60 (diff) | |
fix(variables1): Correct wrong word in comment
Diffstat (limited to 'exercises/variables')
| -rw-r--r-- | exercises/variables/variables1.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
