From 829ca9ab05d2ae04927f5635ff890d0b871b1e60 Mon Sep 17 00:00:00 2001
From: wangxu <wangxu1@oneniceapp.com>
Date: Wed, 17 Feb 2021 10:41:10 +0800
Subject: [PATCH] fix spelling mistake

---
 exercises/collections/hashmap2.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/collections/hashmap2.rs b/exercises/collections/hashmap2.rs
index 7e25be7..d1c0089 100644
--- a/exercises/collections/hashmap2.rs
+++ b/exercises/collections/hashmap2.rs
@@ -21,7 +21,7 @@ enum Fruit {
     Apple,
     Banana,
     Mango,
-    Lichi,
+    Litchi,
     Pineapple,
 }