From 524e17df10db95f7b90a0f75cc8997182a8a4094 Mon Sep 17 00:00:00 2001
From: Alexx Roche <github@alexx.net>
Date: Wed, 3 Jun 2020 13:34:43 +0200
Subject: [PATCH] fix(variables6): minor typo (#419)

Looks like this was cloned from variables5.rs
---
 exercises/variables/variables6.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/variables/variables6.rs b/exercises/variables/variables6.rs
index 76afa85..9866691 100644
--- a/exercises/variables/variables6.rs
+++ b/exercises/variables/variables6.rs
@@ -1,4 +1,4 @@
-// variables5.rs
+// variables6.rs
 // Make me compile! Execute the command `rustlings hint variables6` if you want a hint :)
 
 // I AM NOT DONE