Skip to content

Commit 8c3b8dc

Browse files
committed
doc : add a dot in hashmaps1.rs file to fill e.g.
1 parent 881d3e9 commit 8c3b8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/11_hashmaps/hashmaps1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// A basket of fruits in the form of a hash map needs to be defined. The key
44
// represents the name of the fruit and the value represents how many of that
55
// particular fruit is in the basket. You have to put at least three different
6-
// types of fruits (e.g apple, banana, mango) in the basket and the total count
6+
// types of fruits (e.g. apple, banana, mango) in the basket and the total count
77
// of all the fruits should be at least five.
88
//
99
// Make me compile and pass the tests!

0 commit comments

Comments
 (0)