Skip to content

Commit 2dcf917

Browse files
authored
docs: clarifying quiz 2 instructions
1 parent e6228e9 commit 2dcf917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/quiz2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// - Trim the string
1515
// - Append "bar" to the string a specified amount of times
1616
// The exact form of this will be:
17-
// - The input is going to be a Vector of a 2-length tuple,
17+
// - The input is going to be a Vector of 2-length tuples,
1818
// the first element is the string, the second one is the command.
1919
// - The output element is going to be a Vector of strings.
2020
//

0 commit comments

Comments
 (0)