mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
fix(quiz2): fix comment regarding hints
Change the comment on quiz2.rs, since there are no hints.
This commit is contained in:
parent
c923e7af73
commit
68fe97bbc2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue