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
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
||||||
// ^ we use this term instead of saying that the produced reference must
|
// ^ 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
|
// 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
|
// 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!
|
//! These rules apply even if the result is unused!
|
||||||
//! (The part about being initialized is not yet fully decided, but until
|
//! (The part about being initialized is not yet fully decided, but until
|
||||||
|
|
Loading…
Add table
Reference in a new issue