Skip to content

Commit bf69865

Browse files
committed
Sync comment from exercise
1 parent 2d5d706 commit bf69865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/quizzes/quiz2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// - Append "bar" to the string a specified amount of times
77
//
88
// The exact form of this will be:
9-
// - The input is going to be a vector of a 2-length tuple,
9+
// - The input is going to be a vector of 2-length tuples,
1010
// the first element is the string, the second one is the command.
1111
// - The output element is going to be a vector of strings.
1212

0 commit comments

Comments
 (0)