Skip to content

Commit 01949b5

Browse files
committed
Fix link in typo in src/task/mod.rs
1 parent fde2f58 commit 01949b5

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
@@ -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)