Skip to content

Commit

Permalink
Adapt type name in hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Aug 7, 2024
1 parent 11fc3f1 commit fd97470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustlings-macros/info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd97470

Please sign in to comment.