summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago De Gaspari <3237254+gasparitiago@users.noreply.github.com>2022-09-12 10:53:59 -0300
committerGitHub <noreply@github.com>2022-09-12 10:53:59 -0300
commit68fe97bbc23d33b7cb2be5439711029c2e4826c0 (patch)
tree48b2621fe1c22b23c4dca9634e03f645d4f80c0e
parentc923e7af73a91970d2e63e03babbca9cc0817551 (diff)
fix(quiz2): fix comment regarding hints
Change the comment on quiz2.rs, since there are no hints.
-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