Skip to content

Commit 9f1fcc2

Browse files
authored
Update LinkedList.md
1 parent bfec1e5 commit 9f1fcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Java相关/LinkedList.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public int lastIndexOf(Object o){
288288
return indexOf(o) !=-1;
289289
}
290290
```
291-
###<fontface="楷体"id="3.6">删除方法</font>
291+
###<fontface="楷体"id="3.6">删除方法</font>
292292
**remove()** ,**removeFirst(),pop():** 删除头节点
293293
```
294294
public E pop(){

0 commit comments

Comments
(0)