missing word (#960)

minor omission of a definite article.
This commit is contained in:
Alexx Roche
2021-04-01 10:37:57 +02:00
committed by GitHub
parent ff43048585
commit 2d6108dc2f

View File

@@ -687,7 +687,7 @@ For further reading, check out the documentation of the [`pin` module] and the [
#### Pinning and Futures #### Pinning and Futures
As we already saw in this post, the [`Future::poll`] method uses pinning in form of a `Pin<&mut Self>` parameter: As we already saw in this post, the [`Future::poll`] method uses pinning in the form of a `Pin<&mut Self>` parameter:
[`Future::poll`]: https://doc.rust-lang.org/nightly/core/future/trait.Future.html#tymethod.poll [`Future::poll`]: https://doc.rust-lang.org/nightly/core/future/trait.Future.html#tymethod.poll