Skip to content

Commit 4655eca

Browse files
authored
Fix typo in docs for std::pin
1 parent 05a92c2 commit 4655eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/pin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
//! requires at least a level of pointer indirection each time a new object is added to the mix
185185
//! (and, practically, a heap allocation).
186186
//!
187-
//! Although there were other reason as well, this issue of expensive composition is the key thing
187+
//! Although there were other reasons as well, this issue of expensive composition is the key thing
188188
//! that drove Rust towards adopting a different model. It is particularly a problem
189189
//! when one considers, for example, the implications of composing together the [`Future`]s which
190190
//! will eventually make up an asynchronous task (including address-sensitive `async fn` state

0 commit comments

Comments
 (0)