We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fb0358 + 83c09ff commit 195fe84Copy full SHA for 195fe84
library/core/src/pin.rs
@@ -156,8 +156,8 @@
156
//!
157
//! In order to implement the second option, we must in some way enforce its key invariant,
158
//! *i.e.* prevent the value from being *moved* or otherwise invalidated (you may notice this
159
-//! sounds an awful lot like the definition of *pinning* a value). There a few ways one might be
160
-//! able to enforce this invariant in Rust:
+//! sounds an awful lot like the definition of *pinning* a value). There are a few ways one might
+//! be able to enforce this invariant in Rust:
161
162
//! 1. Offer a wholly `unsafe` API to interact with the object, thus requiring every caller to
163
//! uphold the invariant themselves
0 commit comments