fix(quiz2): fix comment regarding hints

Change the comment on quiz2.rs, since there are no hints.
This commit is contained in:
Tiago De Gaspari 2022-09-12 10:53:59 -03:00 committed by GitHub
parent c923e7af73
commit 68fe97bbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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