We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0edaf9 + fa17175 commit 2235667Copy full SHA for 2235667
src/ch15-04-rc.md
@@ -12,7 +12,7 @@
12
13
### 使用 `Rc<T>` 來分享資料
14
15
-讓我們回顧範例 15-5 的 cons list 範例。回想一下我們當時適用 `Box<T>` 定義。這次我們會建立兩個列表,它們會同時共享第三個列表的所有權。概念上會如圖示 15-3 所示:
+讓我們回顧範例 15-5 的 cons list 範例。回想一下我們當時是用 `Box<T>` 定義。這次我們會建立兩個列表,它們會同時共享第三個列表的所有權。概念上會如圖示 15-3 所示:
16
17
<img alt="Two lists that share ownership of a third list" src="img/trpl15-03.svg" class="center" />
18
0 commit comments