summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-14 12:58:28 +0200
committermokou <mokou@fastmail.com>2022-07-14 12:58:28 +0200
commitab8572e15bf6765471490281ba2a1c8f88275e40 (patch)
tree0da0ef26fe6db623e3f0b6c328ef8c383440b4aa /exercises
parent1e54bc61e81a81b0647325f724690b376de50a2a (diff)
fix(hashmaps): adjust hint comments
Diffstat (limited to 'exercises')
-rw-r--r--exercises/hashmaps/hashmaps1.rs3
-rw-r--r--exercises/hashmaps/hashmaps2.rs3
-rw-r--r--exercises/hashmaps/hashmaps3.rs3
3 files changed, 3 insertions, 6 deletions
diff --git a/exercises/hashmaps/hashmaps1.rs b/exercises/hashmaps/hashmaps1.rs
index 26178b0..fd8dd2f 100644
--- a/exercises/hashmaps/hashmaps1.rs
+++ b/exercises/hashmaps/hashmaps1.rs
@@ -8,8 +8,7 @@
//
// Make me compile and pass the tests!
//
-// Execute the command `rustlings hint hashmaps1` if you need
-// hints.
+// Execute `rustlings hint hashmaps1` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
diff --git a/exercises/hashmaps/hashmaps2.rs b/exercises/hashmaps/hashmaps2.rs
index 1afb830..454b3e1 100644
--- a/exercises/hashmaps/hashmaps2.rs
+++ b/exercises/hashmaps/hashmaps2.rs
@@ -9,8 +9,7 @@
//
// Make me pass the tests!
//
-// Execute the command `rustlings hint hashmaps2` if you need
-// hints.
+// Execute `rustlings hint hashmaps2` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE
diff --git a/exercises/hashmaps/hashmaps3.rs b/exercises/hashmaps/hashmaps3.rs
index 60293f2..18dd44c 100644
--- a/exercises/hashmaps/hashmaps3.rs
+++ b/exercises/hashmaps/hashmaps3.rs
@@ -12,8 +12,7 @@
// Make me pass the tests!
-// Execute the command `rustlings hint hashmap3` if you need
-// hints.
+// Execute `rustlings hint hashmaps3` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE