Skip to content

Commit 383057b

Browse files
authored
Merge pull request #659 from alfiedotwtf/master
Tiny grammar fix
2 parents 763862a + af2d46d commit 383057b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/task/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//! outlive its parent (the task that spawned it), unless this parent is the root task.
3838
//!
3939
//! The root task can also wait on the completion of the child task; a call to [`spawn`] produces a
40-
//! [`JoinHandle`], which provides implements `Future` and can be `await`ed:
40+
//! [`JoinHandle`], which implements `Future` and can be `await`ed:
4141
//!
4242
//! ```
4343
//! use async_std::task;

0 commit comments

Comments
 (0)