mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
fix: Lyche becomes Lychee
Small typo.
This commit is contained in:
parent
2854dc9ab3
commit
3f06d767b5
@ -6,7 +6,7 @@
|
|||||||
// must add fruit to the basket so that there is at least one of each kind and
|
// 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
|
// 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,
|
// to insert any more of the fruits that are already in the basket (Apple,
|
||||||
// Mango, and Lyche).
|
// Mango, and Lychee).
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user