mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Adapt type name in hint
This commit is contained in:
parent
11fc3f1e56
commit
fd97470f35
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ name = "hashmaps3"
|
|||
dir = "11_hashmaps"
|
||||
hint = """
|
||||
Hint 1: Use the `entry()` and `or_insert()` (or `or_insert_with()`) methods of
|
||||
`HashMap` to insert the default value of `Team` if a team doesn't
|
||||
`HashMap` to insert the default value of `TeamScores` if a team doesn't
|
||||
exist in the table yet.
|
||||
|
||||
Learn more in The Book:
|
||||
|
|
Loading…
Reference in a new issue