Skip to content

Commit

Permalink
this is definitely a spelling mistake sir
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah-Kennedy committed Mar 6, 2025
1 parent b6a2f24 commit 5cee1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/src/runtime/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ impl Builder {
/// Factory method for producing "fallback" task hook harnesses.
///
/// The order of operations for assigning the hook harness for a task are as follows:
/// 1. [crate::task::spawn_with_hooks], if used.
/// 2. [crate::runtime::task_hooks::TaskHookHarnessFactory], if it returns something other than [Option::None].
/// 1. [`crate::task::spawn_with_hooks`], if used.
/// 2. [`crate::runtime::task_hooks::TaskHookHarnessFactory`], if it returns something other than [Option::None].
/// 3. This function.
#[cfg(all(not(loom), tokio_unstable))]
#[cfg_attr(docsrs, doc(cfg(tokio_unstable)))]
Expand Down

0 comments on commit 5cee1cc

Please sign in to comment.