diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-07-16 18:18:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 18:18:46 +0200 |
| commit | 8339682112fd342448eddaa3fe3e605aa4162fec (patch) | |
| tree | a170262ad9729463dc4ca9571897b5e438fa87de | |
| parent | 2854dc9ab347ae500e2a2fe4b6ec6c785fb5796f (diff) | |
| parent | 3f06d767b5a11789703e7e00e7922bdcd77ce08a (diff) | |
Merge pull request #2049 from Vexcited/patch-1
fix: Lyche becomes Lychee
| -rw-r--r-- | exercises/11_hashmaps/hashmaps2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/11_hashmaps/hashmaps2.rs b/exercises/11_hashmaps/hashmaps2.rs index 376970d..e9f53fe 100644 --- a/exercises/11_hashmaps/hashmaps2.rs +++ b/exercises/11_hashmaps/hashmaps2.rs @@ -6,7 +6,7 @@ // must add fruit to the basket so that there is at least one of each kind and // more than 11 in total - we have a lot of mouths to feed. You are not allowed // to insert any more of the fruits that are already in the basket (Apple, -// Mango, and Lyche). +// Mango, and Lychee). use std::collections::HashMap; |
