Rollup merge of #134490 - hong9lol:typo, r=jhpratt

Fix typo in ptr/mod.rs

- Type: Document
- Description: I found a typo and want to fix it.
This commit is contained in:
Jacob Pratt 2024-12-18 21:38:12 -05:00 committed by GitHub
commit 80cf85d584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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