From d1598732319b9963f0d3a8ef4cb7cc3499455d39 Mon Sep 17 00:00:00 2001 From: Alexx Roche Date: Wed, 3 Jun 2020 19:12:22 +0200 Subject: [PATCH] typo 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