Skip to content

Commit 6a54ed7

Browse files
committedJan 7, 2024
valid
1 parent 6553d0d commit 6a54ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
//! [what-is-pinning]: self#what-is-pinning
106106
//!
107107
//! 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
108+
//! to remain *located at the same place in memory* from the time it is pinned until its
109109
//! [`drop`] is called.
110110
//!
111111
//! ## Address-sensitive values, AKA "when we need pinning"

0 commit comments

Comments
 (0)