mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
Fix link in typo in src/task/mod.rs
This commit is contained in:
parent
fde2f58610
commit
01949b505b
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
||||||
//! the desired task name to [`Builder::name`]. To retrieve the task name from within the
|
//! the desired task name to [`Builder::name`]. To retrieve the task name from within the
|
||||||
//! task, use [`Task::name`].
|
//! task, use [`Task::name`].
|
||||||
//!
|
//!
|
||||||
//! [`Arc`]: ../gsync/struct.Arc.html
|
//! [`Arc`]: ../sync/struct.Arc.html
|
||||||
//! [`spawn`]: fn.spawn.html
|
//! [`spawn`]: fn.spawn.html
|
||||||
//! [`JoinHandle`]: struct.JoinHandle.html
|
//! [`JoinHandle`]: struct.JoinHandle.html
|
||||||
//! [`JoinHandle::task`]: struct.JoinHandle.html#method.task
|
//! [`JoinHandle::task`]: struct.JoinHandle.html#method.task
|
||||||
|
|
Loading…
Reference in a new issue