summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-08 00:42:26 +0200
committermo8it <mo8it@proton.me>2024-08-08 00:42:26 +0200
commitfd97470f3551e5c068dc796f25320ebb5b93a08c (patch)
tree8e40ee9f915f68077635993c04ea43cc3302fdd1
parent11fc3f1e56b1b248465039db4c736bb7186e4f47 (diff)
Adapt type name in hint
-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: