We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6228e9 + 2dcf917 commit 18a9a2eCopy full SHA for 18a9a2e
exercises/quiz2.rs
@@ -14,7 +14,7 @@
14
// - Trim the string
15
// - Append "bar" to the string a specified amount of times
16
// The exact form of this will be:
17
-// - 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,
18
// the first element is the string, the second one is the command.
19
// - The output element is going to be a Vector of strings.
20
//
0 commit comments