mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-13 03:21:20 +08:00
fixed typo at CH15-00 L15
只能 -> 智能
This commit is contained in:
parent
6184d6db5c
commit
9a0f91a35d
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
* `Box<T>`,用于在堆上分配值
|
* `Box<T>`,用于在堆上分配值
|
||||||
* `Rc<T>`,一个引用计数类型,其数据可以有多个所有者
|
* `Rc<T>`,一个引用计数类型,其数据可以有多个所有者
|
||||||
* `RefCell<T>`,其本身并不是只能指针,不过它管理智能指针`Ref`和`RefMut`的访问,在运行时而不是在编译时执行借用规则。
|
* `RefCell<T>`,其本身并不是智能指针,不过它管理智能指针`Ref`和`RefMut`的访问,在运行时而不是在编译时执行借用规则。
|
||||||
|
|
||||||
同时我们还将涉及:
|
同时我们还将涉及:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user