Skip to content

Commit 9e2ff7d

Browse files
authored
Merge pull request #2021 from matthewjnield/main
fix: Add clarification to instructions for hashmaps2.rs
2 parents 65834fc + 2f4e63b commit 9e2ff7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/11_hashmaps/hashmaps2.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// Apple (4), Mango (2) and Lychee (5) are already in the basket hash map. You
66
// must add fruit to the basket so that there is at least one of each kind and
77
// more than 11 in total - we have a lot of mouths to feed. You are not allowed
8-
// to insert any more of these fruits!
8+
// to insert any more of the fruits that are already in the basket (Apple,
9+
// Mango, and Lyche).
910

1011
use std::collections::HashMap;
1112

0 commit comments

Comments
 (0)