Update 24_Automatic_Reference_Counting.md

This commit is contained in:
Jie Liang
2021-02-03 07:33:11 -06:00
committed by GitHub
parent 262a06affd
commit 6b38f6d7a7

View File

@ -230,7 +230,7 @@ unit4A = nil
// 打印“Apartment 4A is being deinitialized”
```
由于再也没有指向 `Person` 实例的强引用,该实例会被销毁:
由于再也没有指向 `Apartment` 实例的强引用,该实例会被销毁:
![](https://docs.swift.org/swift-book/_images/weakReference03_2x.png)