summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/quiz2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/quiz2.rs b/exercises/quiz2.rs
index d8fa954..606d3c7 100644
--- a/exercises/quiz2.rs
+++ b/exercises/quiz2.rs
@@ -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