summaryrefslogtreecommitdiff
path: root/exercises/quizzes
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/quizzes')
-rw-r--r--exercises/quizzes/quiz2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quizzes/quiz2.rs b/exercises/quizzes/quiz2.rs
index fd6bc77..8ef1342 100644
--- a/exercises/quizzes/quiz2.rs
+++ b/exercises/quizzes/quiz2.rs
@@ -13,7 +13,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.