From fda5a47069e0954f16a04e8e50945e03becb71a5 Mon Sep 17 00:00:00 2001
From: Chris Keschnat <chris@rivered.de>
Date: Tue, 12 Nov 2019 17:27:02 +0100
Subject: [PATCH] fix(variables1): Correct wrong word in comment

---
 exercises/variables/variables1.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/variables/variables1.rs b/exercises/variables/variables1.rs
index 5ddc37d5..4a3af73c 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