diff --git a/notes/Java 容器.md b/notes/Java 容器.md index a962a6f9..cd8a6f3a 100644 --- a/notes/Java 容器.md +++ b/notes/Java 容器.md @@ -132,7 +132,7 @@ public ArrayList() { } ``` -ɾ³ýÔªËØʱµ÷Óà System.arraycopy() ¶ÔÔªËؽøÐи´ÖÆ£¬Òò´Ëɾ³ý²Ù×÷³É±¾ºÜ¸ß¡£ +ɾ³ýÔªËØʱµ÷Óà System.arraycopy() ¶ÔÔªËؽøÐи´ÖÆ£¬Òò´Ëɾ³ý²Ù×÷³É±¾ºÜ¸ß£¬×îºÃÔÚ´´½¨Ê±¾ÍÖ¸¶¨´ó¸ÅµÄÈÝÁ¿´óС£¬¼õÉÙ¸´ÖƲÙ×÷µÄÖ´ÐдÎÊý¡£ ```java public E remove(int index) {