Skip to content

Commit fd97470

Browse files
committed
Adapt type name in hint
1 parent 11fc3f1 commit fd97470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustlings-macros/info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ name = "hashmaps3"
571571
dir = "11_hashmaps"
572572
hint = """
573573
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
574+
`HashMap` to insert the default value of `TeamScores` if a team doesn't
575575
exist in the table yet.
576576
577577
Learn more in The Book:

0 commit comments

Comments
 (0)