Skip to content

Commit

Permalink
Merge pull request rust-lang#1196 from gasparitiago/patch-1
Browse files Browse the repository at this point in the history
fix(quiz2): fix comment regarding hints
  • Loading branch information
shadows-withal authored Sep 13, 2022
2 parents c923e7a + 68fe97b commit 4190b73
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 @@ -16,7 +16,7 @@
// - The input is going to be a Vector of a 2-length tuple,
// the first element is the string, the second one is the command.
// - The output element is going to be a Vector of strings.
// Execute `rustlings hint quiz2` or use the `hint` watch subcommand for a hint.
// No hints this time!

// I AM NOT DONE

Expand Down

0 comments on commit 4190b73

Please sign in to comment.