Skip to content

Commit

Permalink
task: fix typo in TaskTracker docs (#6792)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpl0 committed Aug 18, 2024
1 parent 9bd6702 commit 70569bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/src/task/task_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ use tokio::{
/// unique features is required:
///
/// 1. When tasks exit, a `TaskTracker` will allow the task to immediately free its memory.
/// 2. By not closing the `TaskTracker`, [`wait`] will be prevented from from returning even if
/// 2. By not closing the `TaskTracker`, [`wait`] will be prevented from returning even if
/// the `TaskTracker` is empty.
/// 3. A `TaskTracker` does not require mutable access to insert tasks.
/// 4. A `TaskTracker` can be cloned to share it with many tasks.
Expand Down

0 comments on commit 70569bd

Please sign in to comment.