Merge pull request #79 from wangtxxl/patch-4

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

View File

@ -1,4 +1,4 @@
## `Box<T>` 用于已知大小的堆上数据
## `Box<T>` 在堆上存储数据,并且可确定大小
> [ch15-01-box.md](https://github.com/rust-lang/book/blob/master/second-edition/src/ch15-01-box.md)
> <br>