Skip to content

Commit 4049f13

Browse files
authored
Merge pull request #974 from themaxdavitt/patch-1
Fix typo in Tasks book page
2 parents 35f7681 + a410082 commit 4049f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/concepts/tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Now that we know what Futures are, we want to run them!
44

5-
In `async-std`, the [`tasks`][tasks] module is responsible for this. The simplest way is using the `block_on` function:
5+
In `async-std`, the [`task`][tasks] module is responsible for this. The simplest way is using the `block_on` function:
66

77
```rust,edition2018
88
# extern crate async_std;

0 commit comments

Comments
 (0)