Skip to content

Commit f03020a

Browse files
authored
Merge pull request #1961 from Allupeng/main
docs : add a comma in structs3.rs file
2 parents 66b3a9c + 01509a2 commit f03020a

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)