Skip to content

Commit a410082

Browse files
authored
Fix typo in Tasks book page
1 parent 35f7681 commit a410082

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)