mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Merge pull request #2049 from Vexcited/patch-1
fix: Lyche becomes Lychee
This commit is contained in:
commit
8339682112
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue