Skip to content

Commit 09f2c5f

Browse files
authored
Merge pull request #920 from ooesili/task-arc-docs-typo-fix
Fix link in typo in src/task/mod.rs
2 parents a4fb173 + 01949b5 commit 09f2c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
//! the desired task name to [`Builder::name`]. To retrieve the task name from within the
104104
//! task, use [`Task::name`].
105105
//!
106-
//! [`Arc`]: ../gsync/struct.Arc.html
106+
//! [`Arc`]: ../sync/struct.Arc.html
107107
//! [`spawn`]: fn.spawn.html
108108
//! [`JoinHandle`]: struct.JoinHandle.html
109109
//! [`JoinHandle::task`]: struct.JoinHandle.html#method.task

0 commit comments

Comments
 (0)