Skip to content

Commit 70569bd

Browse files
authored
task: fix typo in TaskTracker docs (#6792)
1 parent 9bd6702 commit 70569bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-util/src/task/task_tracker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use tokio::{
4141
/// unique features is required:
4242
///
4343
/// 1. When tasks exit, a `TaskTracker` will allow the task to immediately free its memory.
44-
/// 2. By not closing the `TaskTracker`, [`wait`] will be prevented from from returning even if
44+
/// 2. By not closing the `TaskTracker`, [`wait`] will be prevented from returning even if
4545
/// the `TaskTracker` is empty.
4646
/// 3. A `TaskTracker` does not require mutable access to insert tasks.
4747
/// 4. A `TaskTracker` can be cloned to share it with many tasks.

0 commit comments

Comments
 (0)