diff options
| author | mokou <mokou@fastmail.com> | 2022-07-14 12:58:28 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-14 12:58:28 +0200 |
| commit | ab8572e15bf6765471490281ba2a1c8f88275e40 (patch) | |
| tree | 0da0ef26fe6db623e3f0b6c328ef8c383440b4aa /exercises/hashmaps/hashmaps3.rs | |
| parent | 1e54bc61e81a81b0647325f724690b376de50a2a (diff) | |
fix(hashmaps): adjust hint comments
Diffstat (limited to 'exercises/hashmaps/hashmaps3.rs')
| -rw-r--r-- | exercises/hashmaps/hashmaps3.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
