Skip to content

Commit

Permalink
Merge pull request #2049 from Vexcited/patch-1
Browse files Browse the repository at this point in the history
fix: Lyche becomes Lychee
  • Loading branch information
mo8it committed Jul 16, 2024
2 parents 2854dc9 + 3f06d76 commit 8339682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/11_hashmaps/hashmaps2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8339682

Please sign in to comment.