Skip to content

Commit

Permalink
Merge pull request rust-lang#2007 from Yung-Beef/patch-1
Browse files Browse the repository at this point in the history
docs: clarifying quiz 2 instructions
  • Loading branch information
mo8it authored Jun 28, 2024
2 parents e6228e9 + 2dcf917 commit 18a9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/quiz2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 18a9a2e

Please sign in to comment.