mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
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:
commit
80cf85d584
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user