Merge pull request #2007 from Yung-Beef/patch-1

docs: clarifying quiz 2 instructions
This commit is contained in:
Mo 2024-06-28 23:16:20 +02:00 committed by GitHub
commit 18a9a2e791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
//