We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 023521e + f8cd8c1 commit 352d05cCopy full SHA for 352d05c
library/core/src/ptr/mod.rs
@@ -84,7 +84,7 @@
84
// ^ we use this term instead of saying that the produced reference must
85
// be valid, as the validity of a reference is easily confused for the
86
// validity of the thing it refers to, and while the two concepts are
87
-// closly related, they are not identical.
+// closely related, they are not identical.
88
//!
89
//! These rules apply even if the result is unused!
90
//! (The part about being initialized is not yet fully decided, but until
0 commit comments