diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-06-28 23:16:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-28 23:16:20 +0200 |
| commit | 18a9a2e7910319453ca8b72d4d6584c74db00bc0 (patch) | |
| tree | 57c710c071f47637db43d398e6b69f8966113af8 /exercises | |
| parent | e6228e92b4df766bddb8524ed42d66690348f100 (diff) | |
| parent | 2dcf917fa1538cfaf0ddf4eeea4877c35c8285e7 (diff) | |
Merge pull request #2007 from Yung-Beef/patch-1
docs: clarifying quiz 2 instructions
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/quiz2.rs | 2 |
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. // |
