From 5563adbb890587fc48fbbc9c4028642687f1e85b Mon Sep 17 00:00:00 2001 From: Alexx Roche Date: Wed, 3 Jun 2020 20:06:35 +0200 Subject: [PATCH] fix: fix quiz naming inconsistency (#421) Inconsistent naming when compared with the other quiz files. --- exercises/quiz3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/quiz3.rs b/exercises/quiz3.rs index 30596b9b..a0cd3712 100644 --- a/exercises/quiz3.rs +++ b/exercises/quiz3.rs @@ -1,4 +1,4 @@ -// quiz.rs +// quiz3.rs // This is a quiz for the following sections: // - Tests