mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Sync comment from exercise
This commit is contained in:
parent
2d5d70693a
commit
bf698659b0
@ -6,7 +6,7 @@
|
|||||||
// - Append "bar" to the string a specified amount of times
|
// - Append "bar" to the string a specified amount of times
|
||||||
//
|
//
|
||||||
// The exact form of this will be:
|
// 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 first element is the string, the second one is the command.
|
||||||
// - The output element is going to be a vector of strings.
|
// - The output element is going to be a vector of strings.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user