rust_book_feedback icon indicating copy to clipboard operation
rust_book_feedback copied to clipboard

P161 勘误

Open jyhi opened this issue 7 years ago • 1 comments

P161 “15.2 RefCell” 前一段,&Cetl<T> 应为 &Cell<T>

“……它的 API 是经过仔细设计过的,绝对不可能让用户有机会通过 ~~&Cetl<T>~~ &Cell<T> 获得 &T 或者 &mut T。”

jyhi avatar Sep 20 '18 12:09 jyhi

谢谢!

F001 avatar Sep 20 '18 13:09 F001