Skip to content

Commit 68fe97b

Browse files
authored
fix(quiz2): fix comment regarding hints
Change the comment on quiz2.rs, since there are no hints.
1 parent c923e7a commit 68fe97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/quiz2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// - The input is going to be a Vector of a 2-length tuple,
1717
// the first element is the string, the second one is the command.
1818
// - The output element is going to be a Vector of strings.
19-
// Execute `rustlings hint quiz2` or use the `hint` watch subcommand for a hint.
19+
// No hints this time!
2020

2121
// I AM NOT DONE
2222

0 commit comments

Comments
 (0)