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.
1 parent 05a92c2 commit 4655ecaCopy full SHA for 4655eca
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