summaryrefslogtreecommitdiff
path: root/exercises/README.md
diff options
context:
space:
mode:
authorLaura Lindzey <lindzey@uw.edu>2021-07-05 23:07:34 -0700
committerLaura Lindzey <lindzey@uw.edu>2021-07-05 23:07:34 -0700
commite422ab150738f578c4dc2560687a1e7214924d31 (patch)
treee5c4e53660518e5d94eee19b4fa6ed4d391fa3a3 /exercises/README.md
parentcdd8e19716fbe91eaa0825d0475dc6c1eddc8b29 (diff)
docs: Update exercise to chapter mapping for HashMap
Diffstat (limited to 'exercises/README.md')
-rw-r--r--exercises/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/README.md b/exercises/README.md
index 0c71524..eebbd0b 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -10,7 +10,7 @@
| structs | §5.1 |
| enums | §6 |
| modules | §7.2 |
-| collections | §8.1 |
+| collections | §8.1, §8.3 |
| strings | §8.2 |
| error_handling | §9 |
| generics | §10 |