Skip to content

Commit 29aa61e

Browse files
authored
Merge pull request crossoverJie#54 from Caeson/master
修改笔误
2 parents 582fe03 + ffd4a22 commit 29aa61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: MD/collection/LinkedHashMap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- 根据写入顺序排序。
1212
- 根据访问顺序排序。
1313

14-
其中根据访问顺序排序时,每次 `get` 都会将访问的值移动到链表末尾,这样重复操作就能的到一个按照访问顺序排序的链表
14+
其中根据访问顺序排序时,每次 `get` 都会将访问的值移动到链表末尾,这样重复操作就能得到一个按照访问顺序排序的链表
1515

1616
## 数据结构
1717

0 commit comments

Comments
 (0)