mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: fix some minor typos in the comments (#7442)
Signed-off-by: shangchenglumetro <[email protected]>
This commit is contained in:
@@ -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() => {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user