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
commit 4190b73f70
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