mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Merge pull request #2007 from Yung-Beef/patch-1
docs: clarifying quiz 2 instructions
This commit is contained in:
commit
18a9a2e791
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue