diff --git a/crates/bevy_tasks/src/task_pool.rs b/crates/bevy_tasks/src/task_pool.rs index f20ee49843351f..f8b8a6b1b5e747 100644 --- a/crates/bevy_tasks/src/task_pool.rs +++ b/crates/bevy_tasks/src/task_pool.rs @@ -205,7 +205,7 @@ impl TaskPool { /// /// # Lifetimes /// - /// The [`TaskPool::Scope`] object takes two lifetimes: `'scope` and `'env`. + /// The [`Scope`] object takes two lifetimes: `'scope` and `'env`. /// /// The `'scope` lifetime represents the lifetime of the scope. That is the time during /// which the provided closure and tasks that are spawned into the scope are run.