From 09754d38ace167d7ac5c226c24f089a458778339 Mon Sep 17 00:00:00 2001 From: Alexx Roche Date: Wed, 3 Jun 2020 12:43:16 +0200 Subject: [PATCH] minor typo 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 76afa85983..9866691475 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