From bf698659b07bab2d6d4997e2637f1d304a293c5b Mon Sep 17 00:00:00 2001 From: mo8it Date: Mon, 8 Jul 2024 15:20:23 +0200 Subject: [PATCH] Sync comment from exercise --- solutions/quizzes/quiz2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/quizzes/quiz2.rs b/solutions/quizzes/quiz2.rs index 2f55f06..58cbe4e 100644 --- a/solutions/quizzes/quiz2.rs +++ b/solutions/quizzes/quiz2.rs @@ -6,7 +6,7 @@ // - Append "bar" to the string a specified amount of times // // The exact form of this will be: -// - The input is going to be a vector of a 2-length tuple, +// - The input is going to be a vector of 2-length tuples, // the first element is the string, the second one is the command. // - The output element is going to be a vector of strings.