Skip to content

Commit

Permalink
fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
hymm committed Apr 25, 2022
1 parent 23e680e commit 5129dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_tasks/src/task_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5129dbb

Please sign in to comment.