summaryrefslogtreecommitdiff
path: root/exercises/11_hashmaps/hashmaps2.rs
diff options
context:
space:
mode:
authorMikkel ALMONTE--RINGAUD <mikkel@milescode.dev>2024-07-16 17:20:26 +0200
committerGitHub <noreply@github.com>2024-07-16 17:20:26 +0200
commit3f06d767b5a11789703e7e00e7922bdcd77ce08a (patch)
treea170262ad9729463dc4ca9571897b5e438fa87de /exercises/11_hashmaps/hashmaps2.rs
parent2854dc9ab347ae500e2a2fe4b6ec6c785fb5796f (diff)
fix: Lyche becomes Lychee
Small typo.
Diffstat (limited to 'exercises/11_hashmaps/hashmaps2.rs')
-rw-r--r--exercises/11_hashmaps/hashmaps2.rs2
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;