8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca932c8 + 4655eca commit 67454f5Copy full SHA for 67454f5
core/src/pin.rs
@@ -184,7 +184,7 @@
184
//! requires at least a level of pointer indirection each time a new object is added to the mix
185
//! (and, practically, a heap allocation).
186
//!
187
-//! Although there were other reason as well, this issue of expensive composition is the key thing
+//! Although there were other reasons as well, this issue of expensive composition is the key thing
188
//! that drove Rust towards adopting a different model. It is particularly a problem
189
//! when one considers, for example, the implications of composing together the [`Future`]s which
190
//! will eventually make up an asynchronous task (including address-sensitive `async fn` state
0 commit comments