Skip to content

Commit 18a9a2e

Browse files
authored
Merge pull request #2007 from Yung-Beef/patch-1
docs: clarifying quiz 2 instructions
2 parents e6228e9 + 2dcf917 commit 18a9a2e

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)