issues
search
ZhangHanDong
/
tao-of-rust-codes
《Rust编程之道》随书源码
https://ruststudy.github.io/tao_of_rust_docs/tao_of_rust/
MIT License
1.19k
stars
172
forks
source link
[第二章] 2.8.5 文字错误
#190
Closed
myqq0000
closed
5 years ago
myqq0000
commented
5 years ago
41页 2.8.5 小节下第一段第二行
等价于HashSet<K, ()>和BTreeSet<K, ()>
应为
等价于HashMap<K, ()>和BTreeMap<K, ()>
ZhangHanDong
commented
5 years ago
@myqq0000 细心,感谢反馈。
41页 2.8.5 小节下第一段第二行
应为