rust-lang / nomicon

The Dark Arts of Advanced and Unsafe Rust Programming
https://doc.rust-lang.org/nomicon/
Apache License 2.0
1.75k stars 258 forks source link

Change "writers" to "readers" for Deref. #346

Closed hkBst closed 2 years ago

hkBst commented 2 years ago

Deref and DerefMut code comments both use "writers", but Deref should use "readers".