summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 2ecb226..504bfd9 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -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: