Skip to content

Commit

Permalink
Rollup merge of #134490 - hong9lol:typo, r=jhpratt
Browse files Browse the repository at this point in the history
Fix typo in ptr/mod.rs

- Type: Document
- Description: I found a typo and want to fix it.
  • Loading branch information
jhpratt authored Dec 19, 2024
2 parents ba2ccc3 + f8cd8c1 commit 80cf85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/ptr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80cf85d

Please sign in to comment.