We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fc3f1 commit fd97470Copy full SHA for fd97470
rustlings-macros/info.toml
@@ -571,7 +571,7 @@ name = "hashmaps3"
571
dir = "11_hashmaps"
572
hint = """
573
Hint 1: Use the `entry()` and `or_insert()` (or `or_insert_with()`) methods of
574
- `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
575
exist in the table yet.
576
577
Learn more in The Book:
0 commit comments