1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-25 00:37:14 +02:00

Merge pull request #1196 from gasparitiago/patch-1

fix(quiz2): fix comment regarding hints
This commit is contained in:
liv
2022-09-13 10:10:55 +02:00
committed by GitHub

View File

@ -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