diff --git a/README.md b/README.md index 39b43f30824e8694a7eeaf7acc1bb86fcd64f7e8..9bdb297b4b35e92edcb1ea6f339272d4f71b5b4b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Leetcode 上数据库题目的解题记录。 > [Java 容器](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20容器.md) -源码分析:ArrayListVector、CopyOnWriteArrayList、LinkedList、HashMap、ConcurrentHashMap、LinkedHashMap、WeekHashMap。 +源码分析:ArrayList、Vector、CopyOnWriteArrayList、LinkedList、HashMap、ConcurrentHashMap、LinkedHashMap、WeekHashMap。 > [Java 并发](https://github.com/CyC2018/InnterviewNotes/blob/master/notes/Java%20并发.md)