diff options
| author | mo8it <mo8it@proton.me> | 2024-07-08 15:20:23 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-08 15:20:23 +0200 |
| commit | bf698659b07bab2d6d4997e2637f1d304a293c5b (patch) | |
| tree | 2428968fb723f7af1cb0f0862ff58011e7df750b /solutions/quizzes | |
| parent | 2d5d70693a879f07fcd941c21da3a3760cb81db6 (diff) | |
Sync comment from exercise
Diffstat (limited to 'solutions/quizzes')
| -rw-r--r-- | solutions/quizzes/quiz2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/quizzes/quiz2.rs b/solutions/quizzes/quiz2.rs index 2f55f06..58cbe4e 100644 --- a/solutions/quizzes/quiz2.rs +++ b/solutions/quizzes/quiz2.rs @@ -6,7 +6,7 @@ // - 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. |
