Merge pull request #78 from wangtxxl/patch-5

修正翻译错误
This commit is contained in:
KaiserY 2017-09-20 14:07:20 +08:00 committed by GitHub
commit 46fb910163

View File

@ -81,7 +81,7 @@
- [Cargo 自定义扩展命令](ch14-05-extending-cargo.md)
- [智能指针](ch15-00-smart-pointers.md)
- [`Box<T>`用于已知大小的堆上数据](ch15-01-box.md)
- [`Box<T>`Box<T>在堆上存储数据,并且可确定大小](ch15-01-box.md)
- [`Deref` Trait 允许通过引用访问数据](ch15-02-deref.md)
- [`Drop` Trait 运行清理代码](ch15-03-drop.md)
- [`Rc<T>` 引用计数智能指针](ch15-04-rc.md)
@ -128,4 +128,4 @@
- [D - Rust 开发版]()
- [E - 宏]()
- [F - 本书翻译]()
- [G - 最新功能](appendix-07-newest-features.md)
- [G - 最新功能](appendix-07-newest-features.md)