Skip to content

Commit

Permalink
docs: correct JoinHandle link in the doc of spawn() (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Aug 2, 2024
1 parent 874bcb1 commit 11536fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoio/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ impl From<Runtime<TimeDriver<IoUringDriver>>> for FusionRuntime<TimeDriver<IoUri
/// lifecycle of that task.
///
///
/// [`JoinHandle`]: monoio::task::JoinHandle
/// [`JoinHandle`]: super::task::JoinHandle
///
/// # Examples
///
Expand Down

0 comments on commit 11536fb

Please sign in to comment.