File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ async fn duplicate_keys2() {
330
330
biased;
331
331
res = map. join_next( ) => match res {
332
332
Some ( ( _key, res) ) => panic!( "Task {res:?} exited." ) ,
333
- None => panic!( "Phantom task completeion ." ) ,
333
+ None => panic!( "Phantom task completion ." ) ,
334
334
} ,
335
335
( ) = tokio:: task:: yield_now( ) => { } ,
336
336
}
Original file line number Diff line number Diff line change @@ -943,7 +943,7 @@ impl Command {
943
943
/// Small indirection for the spawn implementations.
944
944
///
945
945
/// This is introduced for [`Self::spawn`] and [`Self::spawn_with`] to use:
946
- /// [`Self::spawn`] cannot depend directly on on [`Self::spawn_with`] since
946
+ /// [`Self::spawn`] cannot depend directly on [`Self::spawn_with`] since
947
947
/// it is behind `tokio_unstable`. It also serves as a way to reduce
948
948
/// monomorphization bloat by taking in an already-spawned child process
949
949
/// instead of a command and custom spawn function.
You can’t perform that action at this time.
0 commit comments