Merge pull request #974 from themaxdavitt/patch-1

Fix typo in Tasks book page
pull/948/head
Jeremiah Senkpiel 3 years ago committed by GitHub
commit 4049f13264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
Now that we know what Futures are, we want to run them!
In `async-std`, the [`tasks`][tasks] module is responsible for this. The simplest way is using the `block_on` function:
In `async-std`, the [`task`][tasks] module is responsible for this. The simplest way is using the `block_on` function:
```rust,edition2018
# extern crate async_std;

Loading…
Cancel
Save