Skip to content

Commit 2235667

Browse files
authored
Merge pull request #211 from Shuaigle/fix_typo
Fix typo
2 parents f0edaf9 + fa17175 commit 2235667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch15-04-rc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### 使用 `Rc<T>` 來分享資料
1414

15-
讓我們回顧範例 15-5 的 cons list 範例。回想一下我們當時適用 `Box<T>` 定義。這次我們會建立兩個列表,它們會同時共享第三個列表的所有權。概念上會如圖示 15-3 所示:
15+
讓我們回顧範例 15-5 的 cons list 範例。回想一下我們當時是用 `Box<T>` 定義。這次我們會建立兩個列表,它們會同時共享第三個列表的所有權。概念上會如圖示 15-3 所示:
1616

1717
<img alt="Two lists that share ownership of a third list" src="img/trpl15-03.svg" class="center" />
1818

0 commit comments

Comments
 (0)