Skip to content

Commit

Permalink
Fix typo in Tasks book page
Browse files Browse the repository at this point in the history
  • Loading branch information
themaxdavitt authored May 28, 2021
1 parent 35f7681 commit a410082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/concepts/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a410082

Please sign in to comment.