mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-03 16:53:30 +02:00
docs: clarifying quiz 2 instructions
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
// - Trim the string
|
// - Trim the string
|
||||||
// - 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.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user