Skip to content

Commit

Permalink
Merge pull request #1961 from Allupeng/main
Browse files Browse the repository at this point in the history
docs : add a comma in structs3.rs file
  • Loading branch information
mo8it committed May 12, 2024
2 parents 66b3a9c + 01509a2 commit f03020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/11_hashmaps/hashmaps1.rs
Expand Up @@ -3,7 +3,7 @@
// A basket of fruits in the form of a hash map needs to be defined. The key
// represents the name of the fruit and the value represents how many of that
// particular fruit is in the basket. You have to put at least three different
// 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
// of all the fruits should be at least five.
//
// Make me compile and pass the tests!
Expand Down

0 comments on commit f03020a

Please sign in to comment.