summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/quiz2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs
index 29925ca..f9ba953 100644
--- a/exercises/quiz2.rs
+++ b/exercises/quiz2.rs
@@ -14,7 +14,7 @@
// - Trim the string
// - 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.
//