Skip to content

Commit

Permalink
wruster/src/thread_pool/dynamic_pool: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manelmontilla committed Dec 5, 2023
1 parent 8d1d28e commit efa9129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wruster/src/thread_pool/dynamic_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ mod tests {
started_rcv.recv().unwrap();
// Try to run another action.
pool.run(Box::new(action2)).expect_err("expected error");
// Sginal the first thread to finish.
// Signal the first thread to finish.
sender.send(()).unwrap();
}

Expand Down

0 comments on commit efa9129

Please sign in to comment.