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.
1 parent 6d69a3e commit af2d46dCopy full SHA for af2d46d
src/task/mod.rs
@@ -37,7 +37,7 @@
37
//! outlive its parent (the task that spawned it), unless this parent is the root task.
38
//!
39
//! 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:
+//! [`JoinHandle`], which implements `Future` and can be `await`ed:
41
42
//! ```
43
//! use async_std::task;
0 commit comments