Fix the plural verb

This commit is contained in:
Oleh Misarosh
2020-04-08 13:22:22 +03:00
committed by GitHub
parent a3ac3071df
commit 0d5934e8b4

View File

@@ -54,7 +54,7 @@ completion alone as you'll understand by reading the next paragraph.
### Non-leaf-futures
Non-leaf-futures is the kind of futures we as _users_ of a runtime writes
Non-leaf-futures is the kind of futures we as _users_ of a runtime write
ourselves using the `async` keyword to create a **task** which can be run on the
executor.
@@ -215,4 +215,4 @@ However, if you feel that you have the basics covered, then let's get moving!
[async_std]: https://github.com/async-rs/async-std
[tokio]: https://github.com/tokio-rs/tokio
[compat_info]: https://rust-lang.github.io/futures-rs/blog/2019/04/18/compatibility-layer.html
[futures_rs]: https://github.com/rust-lang/futures-rs
[futures_rs]: https://github.com/rust-lang/futures-rs