1
Fork 0

fix typo in ptr/mod.rs

Signed-off-by: leejaehong <jaehong2.lee@samsung.com>
This commit is contained in:
leejaehong 2024-12-19 10:37:19 +09:00
parent f2b91ccbc2
commit f8cd8c1c37

View file

@ -84,7 +84,7 @@
// ^ we use this term instead of saying that the produced reference must
// be valid, as the validity of a reference is easily confused for the
// validity of the thing it refers to, and while the two concepts are
// closly related, they are not identical.
// closely related, they are not identical.
//!
//! These rules apply even if the result is unused!
//! (The part about being initialized is not yet fully decided, but until