summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYung Beef 4.2 <89395745+Yung-Beef@users.noreply.github.com>2024-06-28 15:49:09 -0300
committerGitHub <noreply@github.com>2024-06-28 15:49:09 -0300
commit2dcf917fa1538cfaf0ddf4eeea4877c35c8285e7 (patch)
tree57c710c071f47637db43d398e6b69f8966113af8
parente6228e92b4df766bddb8524ed42d66690348f100 (diff)
docs: clarifying quiz 2 instructions
-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.
//