Skip to content

Commit be01389

Browse files
committed
fix doc link
1 parent 3968a94 commit be01389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_tasks/src/task_pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ impl TaskPool {
205205
///
206206
/// # Lifetimes
207207
///
208-
/// The [`TaskPool::Scope`] object takes two lifetimes: `'scope` and `'env`.
208+
/// The [`Scope`] object takes two lifetimes: `'scope` and `'env`.
209209
///
210210
/// The `'scope` lifetime represents the lifetime of the scope. That is the time during
211211
/// which the provided closure and tasks that are spawned into the scope are run.

0 commit comments

Comments
 (0)