We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66b3a9c + 01509a2 commit f03020aCopy full SHA for f03020a
exercises/11_hashmaps/hashmaps1.rs
@@ -3,7 +3,7 @@
3
// A basket of fruits in the form of a hash map needs to be defined. The key
4
// represents the name of the fruit and the value represents how many of that
5
// 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
+// types of fruits (e.g. apple, banana, mango) in the basket and the total count
7
// of all the fruits should be at least five.
8
//
9
// Make me compile and pass the tests!
0 commit comments