Skip to content

Commit 9e07a4c

Browse files
committed
删除多余:
1 parent a42ef71 commit 9e07a4c

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
@@ -186,7 +186,7 @@ public void addLast(E e) {
186186
}
187187
```
188188
### <font face="楷体" id="3.3">根据位置取数据的方法</font>
189-
**get(int index):**根据指定索引返回数据
189+
**get(int index):** 根据指定索引返回数据
190190
```java
191191
public E get(int index) {
192192
//检查index范围是否在size之内

0 commit comments

Comments
 (0)