Skip to content

Commit 5d8e6b6

Browse files
committed
更新
1 parent dc725e3 commit 5d8e6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MD/GarbageCollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
### 可达性分析算法
1818

19-
可达性算法是通过一个称为 `GC Roots` 的对象像下搜索,整个搜索路径就称为引用链,当一个对象到 `GC Roots` 没有任何引用链 `JVM` 就认为该对象是可以被回收的。
19+
可达性算法是通过一个称为 `GC Roots` 的对象向下搜索,整个搜索路径就称为引用链,当一个对象到 `GC Roots` 没有任何引用链 `JVM` 就认为该对象是可以被回收的。
2020

2121
![](https://ws3.sinaimg.cn/large/006tNc79gy1fmwqi5mv1jj30e407kmxm.jpg)
2222

0 commit comments

Comments
 (0)