From d38c074ed0c44785611ae24e221e7647b13deaac Mon Sep 17 00:00:00 2001 From: Sr <39112652+Itswag@users.noreply.github.com> Date: Sun, 13 Feb 2022 17:48:38 +0800 Subject: [PATCH] =?UTF-8?q?[docs=20fix]=E5=BC=95=E7=94=A8=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=94=99=E5=88=AB=E5=AD=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/java/collection/concurrent-hash-map-source-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java/collection/concurrent-hash-map-source-code.md b/docs/java/collection/concurrent-hash-map-source-code.md index 51b82404..74e5faac 100644 --- a/docs/java/collection/concurrent-hash-map-source-code.md +++ b/docs/java/collection/concurrent-hash-map-source-code.md @@ -14,7 +14,7 @@ tag: ### 1. 存储结构 -> 下图存在一个笔误 Segmeng -> Segment +> 下图存在两个笔误 : Segmeng -> Segment ; HashEntity -> HashEntry ![Java 7 ConcurrentHashMap 存储结构](./images/image-20200405151029416.png)