We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35f7681 + a410082 commit 4049f13Copy full SHA for 4049f13
docs/src/concepts/tasks.md
@@ -2,7 +2,7 @@
2
3
Now that we know what Futures are, we want to run them!
4
5
-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:
6
7
```rust,edition2018
8
# extern crate async_std;
0 commit comments