chore: fix some minor typos in the comments (#7442)

Signed-off-by: shangchenglumetro <[email protected]>
This commit is contained in:
shangchenglumetro
2025-07-04 11:29:27 +02:00
committed by GitHub
parent 171cd148a3
commit a1ee3ef218
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ async fn duplicate_keys2() {
biased;
res = map.join_next() => match res {
Some((_key, res)) => panic!("Task {res:?} exited."),
None => panic!("Phantom task completeion."),
None => panic!("Phantom task completion."),
},
() = tokio::task::yield_now() => {},
}