Skip to content

Commit

Permalink
fix typo in ptr/mod.rs
Browse files Browse the repository at this point in the history
Signed-off-by: leejaehong <jaehong2.lee@samsung.com>
  • Loading branch information
leejaehong committed Dec 19, 2024
1 parent f2b91cc commit f8cd8c1
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 f8cd8c1

Please sign in to comment.