fix: “借引用”->"解引用"

This commit is contained in:
CAi 2018-11-25 19:17:05 +08:00 committed by GitHub
parent 2dc79727dd
commit 6c38e37af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ not satisfied
### 像引用一样使用 `Box<T>`
可以重写示例 15-8 中的代码来使用 `Box<T>` 而不是引用,同时引用运算符也一样能工作,如示例 15-9 所示:
可以重写示例 15-8 中的代码来使用 `Box<T>` 而不是引用,同时引用运算符也一样能工作,如示例 15-9 所示:
<span class="filename">文件名: src/main.rs</span>