We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3968a94 commit be01389Copy full SHA for be01389
crates/bevy_tasks/src/task_pool.rs
@@ -205,7 +205,7 @@ impl TaskPool {
205
///
206
/// # Lifetimes
207
208
- /// The [`TaskPool::Scope`] object takes two lifetimes: `'scope` and `'env`.
+ /// The [`Scope`] object takes two lifetimes: `'scope` and `'env`.
209
210
/// The `'scope` lifetime represents the lifetime of the scope. That is the time during
211
/// which the provided closure and tasks that are spawned into the scope are run.
0 commit comments