Skip to content

Commit

Permalink
Merge pull request #920 from ooesili/task-arc-docs-typo-fix
Browse files Browse the repository at this point in the history
Fix link in typo in src/task/mod.rs
  • Loading branch information
Fishrock123 authored Jan 27, 2021
2 parents a4fb173 + 01949b5 commit 09f2c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
//! the desired task name to [`Builder::name`]. To retrieve the task name from within the
//! task, use [`Task::name`].
//!
//! [`Arc`]: ../gsync/struct.Arc.html
//! [`Arc`]: ../sync/struct.Arc.html
//! [`spawn`]: fn.spawn.html
//! [`JoinHandle`]: struct.JoinHandle.html
//! [`JoinHandle::task`]: struct.JoinHandle.html#method.task
Expand Down

0 comments on commit 09f2c5f

Please sign in to comment.