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

Fix typo with respect to dangling pointer #319

Closed syoh0708 closed 2 years ago

syoh0708 commented 2 years ago

It seems to be typo in explaining about dangling pointer. Fixes #299