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.
1 parent 881d3e9 commit 8c3b8dcCopy full SHA for 8c3b8dc
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