summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2022-09-13 10:10:55 +0200
committerGitHub <noreply@github.com>2022-09-13 10:10:55 +0200
commit4190b73f70626419a8f6df519b4f6a3cb0e8a6d4 (patch)
tree48b2621fe1c22b23c4dca9634e03f645d4f80c0e
parentc923e7af73a91970d2e63e03babbca9cc0817551 (diff)
parent68fe97bbc23d33b7cb2be5439711029c2e4826c0 (diff)
Merge pull request #1196 from gasparitiago/patch-1
fix(quiz2): fix comment regarding 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