summaryrefslogtreecommitdiff
path: root/exercises/functions/functions2.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-12 11:08:29 +0200
committermokou <mokou@fastmail.com>2022-07-12 11:08:29 +0200
commit742fb08e010725868ebdce41038461088d95a3d9 (patch)
tree467fba3347703656f518182c53973a6938515103 /exercises/functions/functions2.rs
parent093a525450bd1d0092d91bb90969bffab2df55a9 (diff)
feat(functions): more small fixes
Diffstat (limited to 'exercises/functions/functions2.rs')
-rw-r--r--exercises/functions/functions2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/functions/functions2.rs b/exercises/functions/functions2.rs
index 5721a17..7d40a57 100644
--- a/exercises/functions/functions2.rs
+++ b/exercises/functions/functions2.rs
@@ -1,5 +1,5 @@
// functions2.rs
-// Make me compile! Execute `rustlings hint functions2` for hints :)
+// Execute `rustlings hint functions2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE