Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuaigle committed Aug 21, 2024
1 parent f0edaf9 commit fa17175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch15-04-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

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

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

Expand Down

0 comments on commit fa17175

Please sign in to comment.