We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6553d0d commit 6a54ed7Copy full SHA for 6a54ed7
library/core/src/pin.rs
@@ -105,7 +105,7 @@
105
//! [what-is-pinning]: self#what-is-pinning
106
//!
107
//! We say that a value has been *pinned* when it has been put into a state where it is guaranteed
108
-//! to remain *valid* and *located at the same place in memory* from the time it is pinned until its
+//! to remain *located at the same place in memory* from the time it is pinned until its
109
//! [`drop`] is called.
110
111
//! ## Address-sensitive values, AKA "when we need pinning"
0 commit comments