Update ch15-01-box.md

This commit is contained in:
wangtxxl 2017-09-20 14:02:20 +08:00 committed by GitHub
parent de5b88965a
commit 6a88850f20

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>