Skip to content

Commit 4190b73

Browse files
authored
Merge pull request #1196 from gasparitiago/patch-1
fix(quiz2): fix comment regarding hints
2 parents c923e7a + 68fe97b commit 4190b73

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)